What command prints a string as "big ascii text art" in bash? [closed]
$ figlet you want figlet _ __ _ _ _ _ _ ___ _ _ __ ____ _ _ __ | |_ / _(_) __ _| | ___| |_ | | | |/ _ \| | | | \ \ /\ / / _` | '_ \| __| | |_| |/ _` | |/ _ \ __| | |_| | (_) | |_| | \ V V / (_| | | | | |_ | _| | (_| | | __/ |_ \__, |\___/ \__,_| \_/\_/ \__,_|_| |_|\__| |_| |_|\__, |_|\___|\__| |___/ |___/
There's also the old-school command "banner". It is crude but effective.
$ banner banner
###### # # # # # ####### ######
# # # # ## # ## # # # #
# # # # # # # # # # # # #
###### # # # # # # # # ##### ######
# # ####### # # # # # # # # #
# # # # # ## # ## # # #
###### # # # # # # ####### # #
A bit of googling showed me that rpmfind knows where to find it (although rpmfind appears to be having problems themselves these days...)