1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 17:55:26 +02:00
tldr/pages/common/banner.md

16 lines
322 B
Markdown

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