common/u*: add and update Korean translation (#14522)
This commit is contained in:
16
pages.ko/common/unset.md
Normal file
16
pages.ko/common/unset.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# unset
|
||||
|
||||
> 셸 변수 또는 함수를 제거.
|
||||
> 더 많은 정보: <https://manned.org/unset>.
|
||||
|
||||
- 변수 `foo`를 제거하거나, 변수가 존재하지 않을 경우 함수 `foo`를 제거:
|
||||
|
||||
`unset {{foo}}`
|
||||
|
||||
- 변수 `foo`와 `bar` 제거:
|
||||
|
||||
`unset -v {{foo}} {{bar}}`
|
||||
|
||||
- 함수 `my_func` 제거:
|
||||
|
||||
`unset -f {{my_func}}`
|
Reference in New Issue
Block a user