commands.sh

banner

all

Print the argument as a large ASCII art.

More info →

Options (1)

-w, --widthboolean

Use a banner width of 50 characters

Example: banner {{[-w|--width]}} 50 "{{Hello World}}"

Examples (3)

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`

made by @shridhargupta | data from tldr-pages