1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/windows/pushd.md

10 lines
351 B
Markdown
Raw Normal View History

# pushd
> 디렉토리를 스택에 배치하여 나중에 액세스할 수 있습니다.
> `popd`를 참조하여 원래 디렉토리로 전환하세요.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/pushd>.
- 디렉토리로 전환하고 스택에 배치:
`pushd {{경로\대상\디렉토리}}`