1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/banner.md
4G3NT 87ec0727fc
pages*: add backticks to every io stream (#10442)
* pages*: add backticks to every io stream
2023-07-02 18:42:01 +05:30

16 lines
338 B
Markdown

# banner
> 将给定参数输出为大型 ASCII 文字。
> 更多信息:<https://manned.org/banner>.
- 将文字信息打印为大横幅(引号是可选的):
`banner "{{Hello World}}"`
- 将文字信息打印为横幅,宽度为 50 个字:
`banner -w {{50}} "{{Hello World}}"`
-`stdin` 中读取文本:
`banner`