pwd, touch, mv, mkdir, rmdir, find, exa, eza, cat: add and update Korean translation (#12905)

* pages.ko/pwd,touch,mv,mkdir,rmdir,find,exa,eza: add pages

* cat: reflect en updates in Korean translation
This commit is contained in:
코드싸이
2024-06-09 21:16:11 +09:00
committed by GitHub
parent 2f7056ec8c
commit 72cd98bac3
9 changed files with 219 additions and 6 deletions

13
pages.ko/common/rmdir.md Normal file
View File

@@ -0,0 +1,13 @@
# rmdir
> 파일이 없는 디렉토리를 제거합니다.
> 같이 보기: `rm`.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/rmdir>.
- 특정 디렉토리 제거:
`rmdir {{경로/대상/폴더1 경로/대상/폴더2 ...}}`
- 특정 중첩 디렉토리를 재귀적으로 제거:
`rmdir -p {{경로/대상/폴더1 경로/대상/폴더2 ...}}`