mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
dirs: Add Korean Translation (#3745)
This commit is contained in:
parent
6eaee9850d
commit
39eb7831dd
1 changed files with 20 additions and 0 deletions
20
pages.ko/common/dirs.md
Normal file
20
pages.ko/common/dirs.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# dirs
|
||||
|
||||
> 디렉토리 스택을 표시하거나 조작한다.
|
||||
> 디렉토리 스택은 `pushd`과 `popd` 명령어로 조작할 수 있는 최근 방문한 디렉토리의 목록이다.
|
||||
|
||||
- 각각의 엔트리 사이에서 공백으로 디렉토리 스택을 표시하기:
|
||||
|
||||
`dirs`
|
||||
|
||||
- 하나의 엔트리에 하나의 라인으로 디렉토리 스택 표시하기:
|
||||
|
||||
`dirs -p`
|
||||
|
||||
- 0부터 시작하는 디렉토리 스택에 n번째 항만 표시하기:
|
||||
|
||||
`dirs +{{N}}`
|
||||
|
||||
- 디렉토리 스택 초기화하기:
|
||||
|
||||
`dirs -c`
|
Loading…
Add table
Reference in a new issue