1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 14:55:51 +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

12 lines
364 B
Markdown

# pwd
> PowerShell에서 이 명령은 `Get-Location`의 별칭입니다.
> 그러나 이 명령은 명령 프롬프트(`cmd`)에서 사용할 수 없습니다. 유사한 기능을 위해 `cd`를 사용하세요.
- 동등한 명령 프롬프트 명령에 대한 문서 보기:
`tldr cd`
- 원본 PowerShell 명령에 대한 문서 보기:
`tldr get-location`