You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ko/book/stdout_stderr_exit_codes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,15 @@ cat unknown.txt | complete
56
56
57
57
## `echo`, `print` 및 `log` 명령
58
58
59
-
[`echo`](/commands/docs/echo.md) 명령은 주로 _파이프_용입니다. 파이프된 값을 무시하고 인수를 반환합니다. 일반적으로 값을 있는 그대로 작성하는 것보다 이것을 사용할 이유는 거의 없습니다.
59
+
[`echo`](/commands/docs/echo.md) 명령은 주로 *파이프*용입니다. 파이프된 값을 무시하고 인수를 반환합니다. 일반적으로 값을 있는 그대로 작성하는 것보다 이것을 사용할 이유는 거의 없습니다.
60
60
61
61
반면에 [`print`](/commands/docs/print.md) 명령은 주어진 값을 일반 텍스트로 표준 출력에 인쇄합니다. 표준 오류 출력에 쓰는 데도 사용할 수 있습니다. [`echo`](/commands/docs/echo.md)와 달리 이 명령은 값을 반환하지 않습니다(`print | describe`는 "nothing"을 반환함). 이 명령에는 출력이 없으므로 다른 명령과 파이프하는 것은 의미가 없습니다.
62
62
63
63
[표준 라이브러리](/book/standard_library.md)에는 다른 로깅 수준으로 메시지를 작성하는 명령이 있습니다. 예시:
64
64
65
65
@[code](@snippets/book/std_log.nu)
66
66
67
-

67
+

0 commit comments