Multiple Pages(cat to chgrp) : Add Korean Translation (#3585)

This commit is contained in:
Proscream
2019-11-20 02:12:39 +09:00
committed by Starbeamrainbowlabs
parent b777d86b57
commit f07d3ea376
5 changed files with 112 additions and 0 deletions

19
pages.ko/common/cd.md Normal file
View File

@@ -0,0 +1,19 @@
# cd
> 현재 작업중인 디렉토리 변경.
- 주어진 디렉토리로 이동:
`cd {{경로/디렉토리명}}`
- 현재 사용자의 홈 디렉토리로 이동:
`cd`
- 현재 디렉토리의 상위 디렉토리로 이동:
`cd ..`
- 이전에 선택되었던 디렉토리로 이동:
`cd -`