pages.{it,ko}/*: remove "More information" from alias pages (#14777)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Lena
2024-11-16 16:59:06 +01:00
committed by GitHub
parent 2300a189ac
commit 1e32b25082
94 changed files with 1 additions and 95 deletions

View File

@@ -1,7 +1,6 @@
# cinst
> 이 명령은 `choco install` 의 에일리어스 (별칭) 입니다.
> 더 많은 정보: <https://docs.chocolatey.org/en-us/choco/commands/install>.
- 원본 명령의 도큐멘테이션 (설명서) 보기:

View File

@@ -1,7 +1,6 @@
# clist
> 이 명령은 `choco list` 의 에일리어스 (별칭) 입니다.
> 더 많은 정보: <https://docs.chocolatey.org/en-us/choco/commands/list>.
- 원본 명령의 도큐멘테이션 (설명서) 보기:

View File

@@ -1,7 +1,6 @@
# cpush
> 이 명령은 `choco push` 의 에일리어스 (별칭) 입니다.
> 더 많은 정보: <https://docs.chocolatey.org/en-us/create/commands/push>.
- 원본 명령의 도큐멘테이션 (설명서) 보기:

View File

@@ -1,7 +1,6 @@
# cuninst
> 이 명령은 `choco uninstall` 의 에일리어스 (별칭) 입니다.
> 더 많은 정보: <https://docs.chocolatey.org/en-us/choco/commands/uninstall>.
- 원본 명령의 도큐멘테이션 (설명서) 보기:

View File

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

View File

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

View File

@@ -1,7 +1,6 @@
# iwr
> 이 명령은 `invoke-webrequest` 의 에일리어스 (별칭) 입니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- 원본 명령의 도큐멘테이션 (설명서) 보기:

View File

@@ -1,7 +1,6 @@
# mi
> PowerShell에서 이 명령어는 `Move-Item`의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item>.
- 원본 명령어 문서 보기:

View File

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

View File

@@ -1,7 +1,6 @@
# ni
> PowerShell에서 이 명령은 `New-Item`의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item>.
- 원본 명령에 대한 문서 보기:

View File

@@ -2,7 +2,6 @@
> PowerShell에서 이 명령은 `Get-Location`의 별칭입니다.
> 그러나 이 명령은 명령 프롬프트(`cmd`)에서 사용할 수 없습니다. 유사한 기능을 위해 `cd`를 사용하세요.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
- 동등한 명령 프롬프트 명령에 대한 문서 보기:

View File

@@ -1,7 +1,6 @@
# pwsh where
> 이 명령은 `Where-Object` 의 에일리어스 (별칭) 입니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/where-object>.
- 원본 명령의 도큐멘테이션 (설명서) 보기:

View File

@@ -1,7 +1,6 @@
# rd
> 이 명령은 Command Prompt에서는 `rmdir`의 별칭이며, PowerShell에서는 `Remove-Item`의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/rd>.
- 원본 Command Prompt 명령에 대한 문서 보기:

View File

@@ -1,7 +1,6 @@
# ri
> PowerShell에서 이 명령어는 `Remove-Item`의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/remove-item>.
- 원본 명령어의 문서 보기:

View File

@@ -1,7 +1,6 @@
# rm
> PowerShell에서 이 명령어는 `Remove-Item`의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/remove-item>.
- 원본 명령어의 문서 보기:

View File

@@ -1,7 +1,6 @@
# sc config
> 이 명령어는 `sc.exe config`의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-config>.
- 원본 명령어 문서 보기:

View File

@@ -1,7 +1,6 @@
# sc create
> 이 명령어는 `sc.exe create`의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-create>.
- 원본 명령어 문서 보기:

View File

@@ -1,7 +1,6 @@
# sc delete
> 이 명령어는 `sc.exe delete`의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-delete>.
- 원본 명령어 문서 보기:

View File

@@ -1,7 +1,6 @@
# sc query
> 이 명령어는 `sc.exe query`의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-query>.
- 원본 명령어 문서 보기:

View File

@@ -1,7 +1,6 @@
# sl
> 이 명령어는 PowerShell에서 `Set-Location`의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-location>.
- 원래 명령어의 문서 보기:

View File

@@ -1,7 +1,6 @@
# slmgr
> 이 명령어는 `slmgr.vbs`의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/get-started/activation-slmgr-vbs-options>.
- 원래 명령어의 문서 보기:

View File

@@ -1,7 +1,6 @@
# sls
> 이 명령은 `Select-String` 의 에일리어스 (별칭) 입니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string>.
- 원본 명령의 도큐멘테이션 (설명서) 보기: