Skip to content

Commit

Permalink
windows/g*: add Korean translation, basename: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamoca42 committed Nov 4, 2024
1 parent c10b658 commit 5b6f7b9
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 1 deletion.
8 changes: 8 additions & 0 deletions pages.ko/windows/gal.md
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`
25 changes: 25 additions & 0 deletions pages.ko/windows/gcrane-completion.md
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}}`
8 changes: 8 additions & 0 deletions pages.ko/windows/gl.md
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`
20 changes: 20 additions & 0 deletions pages.ko/windows/gpupdate.md
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 /?`
2 changes: 1 addition & 1 deletion pages/common/basename.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- Show only the rightmost directory name from a path:

`basename {{path/to/directory/}}`
`basename {{path/to/directory}}`

- Show only the file name from a path, with a suffix removed:

Expand Down

0 comments on commit 5b6f7b9

Please sign in to comment.