mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
8 lines
267 B
Markdown
8 lines
267 B
Markdown
# popd
|
|
|
|
> `pushd` 명령으로 저장된 디렉토리로 현재 디렉토리를 변경합니다.
|
|
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/popd>.
|
|
|
|
- 스택의 가장 위에 있는 디렉토리로 전환:
|
|
|
|
`popd`
|