mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
415 B
Plaintext
22 lines
415 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|