snippetbashTip
banner — Print the argument as a large ASCII art. More information: <https://manned.org/banner>.
Viewed 0 times
thecommandlargeasciibannercliprintargument
Problem
How to use the
banner command: Print the argument as a large ASCII art. More information: <https://manned.org/banner>.Solution
banner — Print the argument as a large ASCII art. More information: <https://manned.org/banner>.Print the text message as a large banner (quotes are optional):
banner "{{Hello World}}"Use a banner width of 50 characters:
banner {{[-w|--width]}} 50 "{{Hello World}}"Read text from
stdin:bannerCode Snippets
Print the text message as a large banner (quotes are optional)
banner "{{Hello World}}"Use a banner width of 50 characters
banner {{[-w|--width]}} 50 "{{Hello World}}"Read text from `stdin`
bannerContext
tldr-pages: common/banner
Revisions (0)
No revisions yet.