m*: add and update Korean translation (#14573)

This commit is contained in:
Chooooo
2024-11-02 20:13:28 +09:00
committed by GitHub
parent 3cabef85fc
commit 87df078649
14 changed files with 294 additions and 7 deletions

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

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