1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 17:24:54 +02:00
tldr/pages.ko/common/banner.md
Lucas Gabriel Schneider a5fe31bc47
multiple pages: format technical tokens (#5119)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-31 12:05:18 -05:00

305 B

banner

주어진 인자를 큰 ASCII art로 출력.

  • 텍스트 메시지를 큰 배너로 출력(따옴표는 선택 사항):

banner "{{Hello World}}"

  • 텍스트 메시지를 너비가 50자인 배너로 출력:

banner -w {{50}} "{{Hello World}}"

  • stdin에서 텍스트 읽기:

banner