rdpsign,query,pw*,pushd: add Korean translation (#14443)

This commit is contained in:
Chooooo
2024-10-29 22:37:47 +09:00
committed by GitHub
parent 290ece6544
commit 3cc009c670
5 changed files with 86 additions and 0 deletions

13
pages.ko/windows/pwd.md Normal file
View File

@@ -0,0 +1,13 @@
# pwd
> PowerShell에서 이 명령은 `Get-Location`의 별칭입니다.
> 그러나 이 명령은 명령 프롬프트(`cmd`)에서 사용할 수 없습니다. 유사한 기능을 위해 `cd`를 사용하세요.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
- 동등한 명령 프롬프트 명령에 대한 문서 보기:
`tldr cd`
- 원본 PowerShell 명령에 대한 문서 보기:
`tldr get-location`