Multiple Pages(cat to chgrp) : Add Korean Translation (#3585)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
b777d86b57
commit
f07d3ea376
19
pages.ko/common/cd.md
Normal file
19
pages.ko/common/cd.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# cd
|
||||
|
||||
> 현재 작업중인 디렉토리 변경.
|
||||
|
||||
- 주어진 디렉토리로 이동:
|
||||
|
||||
`cd {{경로/디렉토리명}}`
|
||||
|
||||
- 현재 사용자의 홈 디렉토리로 이동:
|
||||
|
||||
`cd`
|
||||
|
||||
- 현재 디렉토리의 상위 디렉토리로 이동:
|
||||
|
||||
`cd ..`
|
||||
|
||||
- 이전에 선택되었던 디렉토리로 이동:
|
||||
|
||||
`cd -`
|
Reference in New Issue
Block a user