forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
windows/g*: add Korean translation, basename: fix typo
- Loading branch information
Showing
5 changed files
with
62 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# gal | ||
|
||
> PowerShell์์ ์ด ๋ช ๋ น์ด๋ `Get-Alias` ์ ๋ณ์นญ์ ๋๋ค. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-alias>. | ||
- ์๋ณธ ๋ช ๋ น์ด์ ๋ฌธ์ ๋ณด๊ธฐ: | ||
|
||
`tldr get-alias` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# gl | ||
|
||
> ์ด ๋ช ๋ น์ด๋ PowerShell์์ `Get-Location` ์ ๋ณ์นญ์ ๋๋ค. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>. | ||
- ์๋ณธ ๋ช ๋ น์ด์ ๋ฌธ์ ๋ณด๊ธฐ: | ||
|
||
`tldr get-location` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# gpupdate | ||
|
||
> Windows ๊ทธ๋ฃน ์ ์ฑ ์ค์ ์ ํ์ธํ๊ณ ์ ์ฉํฉ๋๋ค. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://learn.microsoft.com/windows-server/administration/windows-commands/gpupdate>. | ||
- ์ ๋ฐ์ดํธ๋ ๊ทธ๋ฃน ์ ์ฑ ์ค์ ํ์ธ ๋ฐ ์ ์ฉ: | ||
|
||
`gpupdate` | ||
|
||
- ์ ๋ฐ์ดํธํ ๊ทธ๋ฃน ์ ์ฑ ์ค์ ์ง์ : | ||
|
||
`gpupdate /target:{{computer|user}}` | ||
|
||
- ๋ชจ๋ ๊ทธ๋ฃน ์ ์ฑ ์ค์ ์ฌ์ ์ฉ: | ||
|
||
`gpupdate /force` | ||
|
||
- ๋์๋ง ํ์: | ||
|
||
`gpupdate /?` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters