HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

banner — Print the argument as a large ASCII art. More information: <https://manned.org/banner>.

Submitted by: @import:tldr-pages··
0
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:
banner

Code 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`

banner

Context

tldr-pages: common/banner

Revisions (0)

No revisions yet.