1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 07:55:33 +02:00
tldr/pages.ko/windows/pwd.md
Lena 1e32b25082
pages.{it,ko}/*: remove "More information" from alias pages (#14777)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-11-16 16:59:06 +01:00

364 B

pwd

PowerShell에서 이 명령은 Get-Location의 별칭입니다. 그러나 이 명령은 명령 프롬프트(cmd)에서 사용할 수 없습니다. 유사한 기능을 위해 cd를 사용하세요.

  • 동등한 명령 프롬프트 명령에 대한 문서 보기:

tldr cd

  • 원본 PowerShell 명령에 대한 문서 보기:

tldr get-location