1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

windows/g*: add Korean translation (#14613)

* windows/g*: add Korean translation, basename: fix typo

* basename: revert page
This commit is contained in:
Chooooo 2024-11-05 23:55:29 +09:00 committed by GitHub
parent b57150237e
commit 2dc55e1716
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 61 additions and 0 deletions

8
pages.ko/windows/gal.md Normal file
View file

@ -0,0 +1,8 @@
# gal
> PowerShell에서 이 명령어는 `Get-Alias` 의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-alias>.
- 원본 명령어의 문서 보기:
`tldr get-alias`

View file

@ -0,0 +1,25 @@
# gcrane completion
> gcrane에 대한 자동 완성 스크립트를 생성합니다.
> 사용 가능한 쉘은 `bash`, `fish`, `powershell`, 및 `zsh`입니다.
> 더 많은 정보: <https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md>.
- 쉘에 대한 자동 완성 스크립트 생성:
`gcrane completion {{쉘_이름}}`
- 자동 완성 설명 비활성화:
`gcrane completion {{쉘_이름}} --no-descriptions`
- 현재 쉘 세션에 자동 완성 로드 (powershell):
`gcrane completion powershell | Out-String | Invoke-Expression`
- 새 세션에 대한 자동 완성 로드 (powershell):
`gcrane completion powershell | Out-String | Invoke-Expression`
- 도움말 표시:
`gcrane completion {{쉘_이름}} {{-h|--help}}`

8
pages.ko/windows/gl.md Normal file
View file

@ -0,0 +1,8 @@
# gl
> 이 명령어는 PowerShell에서 `Get-Location` 의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
- 원본 명령어의 문서 보기:
`tldr get-location`

View file

@ -0,0 +1,20 @@
# gpupdate
> Windows 그룹 정책 설정을 확인하고 적용합니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/gpupdate>.
- 업데이트된 그룹 정책 설정 확인 및 적용:
`gpupdate`
- 업데이트할 그룹 정책 설정 지정:
`gpupdate /target:{{computer|user}}`
- 모든 그룹 정책 설정 재적용:
`gpupdate /force`
- 도움말 표시:
`gpupdate /?`