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:
parent
b57150237e
commit
2dc55e1716
4 changed files with 61 additions and 0 deletions
8
pages.ko/windows/gal.md
Normal file
8
pages.ko/windows/gal.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# gal
|
||||
|
||||
> PowerShell에서 이 명령어는 `Get-Alias` 의 별칭입니다.
|
||||
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-alias>.
|
||||
|
||||
- 원본 명령어의 문서 보기:
|
||||
|
||||
`tldr get-alias`
|
25
pages.ko/windows/gcrane-completion.md
Normal file
25
pages.ko/windows/gcrane-completion.md
Normal 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
8
pages.ko/windows/gl.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# gl
|
||||
|
||||
> 이 명령어는 PowerShell에서 `Get-Location` 의 별칭입니다.
|
||||
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
|
||||
|
||||
- 원본 명령어의 문서 보기:
|
||||
|
||||
`tldr get-location`
|
20
pages.ko/windows/gpupdate.md
Normal file
20
pages.ko/windows/gpupdate.md
Normal 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 /?`
|
Loading…
Add table
Reference in a new issue