2018-10-15 10:40:45 +02:00
|
|
|
# banner
|
|
|
|
|
2024-02-14 17:25:13 -03:00
|
|
|
> Print the argument as a large ASCII art.
|
2022-03-09 01:28:57 -03:00
|
|
|
> More information: <https://manned.org/banner>.
|
2018-10-15 10:40:45 +02:00
|
|
|
|
|
|
|
- Print the text message as a large banner (quotes are optional):
|
|
|
|
|
2020-10-04 19:33:38 +02:00
|
|
|
`banner "{{Hello World}}"`
|
2018-10-15 10:40:45 +02:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Use a banner width of 50 characters:
|
2018-10-15 10:40:45 +02:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`banner {{[-w|--width]}} 50 "{{Hello World}}"`
|
2018-10-15 10:40:45 +02:00
|
|
|
|
2022-12-04 08:53:34 +01:00
|
|
|
- Read text from `stdin`:
|
2018-10-15 10:40:45 +02:00
|
|
|
|
|
|
|
`banner`
|