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

17 lines
334 B
Markdown
Raw Normal View History

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