common/r*: add Korean translation (#14644)

* common/r*: add Korean translation

* Update rtv.md

* Update pages.ko/common/rtv.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-11-07 10:35:14 +09:00
committed by GitHub
parent ef281bb658
commit fd7d9f925b
89 changed files with 2133 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
# readonly
> 읽기 전용 셸 변수를 설정합니다.
> 더 많은 정보: <https://manned.org/readonly.1posix>.
- 읽기 전용 변수 설정:
`readonly {{변수_이름}}={{값}}`
- 변수 읽기 전용으로 표시:
`readonly {{기존_변수}}`
- 모든 읽기 전용 변수의 이름과 값을 `stdout`에 [p]rint:
`readonly -p`