mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 09:01:38 +00:00
Update cheatsheets
This commit is contained in:
21
banner
Normal file
21
banner
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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 [w]idth of 50 characters:
|
||||
|
||||
`banner -w 50 "{{Hello World}}"`
|
||||
|
||||
- Read text from `stdin`:
|
||||
|
||||
`banner`
|
||||
Reference in New Issue
Block a user