mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
351 B
351 B
pushd
디렉토리를 스택에 배치하여 나중에 액세스할 수 있습니다.
popd
를 참조하여 원래 디렉토리로 전환하세요. 더 많은 정보: https://learn.microsoft.com/windows-server/administration/windows-commands/pushd.
- 디렉토리로 전환하고 스택에 배치:
pushd {{경로\대상\디렉토리}}