1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-27 21:15:27 +02:00
tldr/pages.ko/common/hello.md
2025-06-27 08:31:58 -07:00

16 lines
397 B
Markdown

# hello
> "Hello, world!", "hello, world" 또는 사용자 정의 가능한 텍스트를 출력.
> 더 많은 정보: <https://www.gnu.org/software/hello/manual/html_node/Invoking-hello.html>.
- "Hello, world!" 출력:
`hello`
- 전통적인 유형인 "hello, world"를 출력:
`hello {{[-t|--traditional]}}`
- 문자 메시지 출력:
`hello {{[-g|--greeting]}} "{{인사말_텍스트}}"`