mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
343 B
Markdown
17 lines
343 B
Markdown
![]() |
# hello
|
||
|
|
||
|
> "Hello, world!", "hello, world" 또는 사용자 정의 가능한 텍스트를 출력.
|
||
|
> 더 많은 정보: <https://www.gnu.org/software/hello/>.
|
||
|
|
||
|
- "Hello, world!" 출력:
|
||
|
|
||
|
`hello`
|
||
|
|
||
|
- 전통적인 유형인 "hello, world"를 출력:
|
||
|
|
||
|
`hello --traditional`
|
||
|
|
||
|
- 문자 메시지 출력:
|
||
|
|
||
|
`hello --greeting="{{인사말_텍스트}}"`
|