Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-11 00:17:49 +00:00
parent 803cf27344
commit be93cd5a0c
66 changed files with 40 additions and 66 deletions

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# cinst
> This command is an alias of `choco install`.
> More information: <https://docs.chocolatey.org/en-us/choco/commands/install>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# clist
> This command is an alias of `choco list`.
> More information: <https://docs.chocolatey.org/en-us/choco/commands/list>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# cpush
> This command is an alias of `choco push`.
> More information: <https://docs.chocolatey.org/en-us/create/commands/push>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# cuninst
> This command is an alias of `choco uninstall`.
> More information: <https://docs.chocolatey.org/en-us/choco/commands/uninstall>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# gal
> In PowerShell, this command is an alias of `Get-Alias`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-alias>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# gl
> In PowerShell, this command is an alias of `Get-Location`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# iwr
> In PowerShell, this command is an alias of `Invoke-WebRequest`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# mi
> In PowerShell, this command is an alias of `Move-Item`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item>.
- View documentation for the original command:

View File

@@ -7,7 +7,6 @@ source: https://github.com/tldr-pages/tldr.git
> In PowerShell, this command is an alias of `Move-Item`.
> However, this command is not available on the Command Prompt (`cmd`). Use `move` instead for similar functionality.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item>.
- View documentation for the equivalent Command Prompt command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# ni
> In PowerShell, this command is an alias of `New-Item`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item>.
- View documentation for the original command:

View File

@@ -7,7 +7,6 @@ source: https://github.com/tldr-pages/tldr.git
> In PowerShell, this command is an alias of `Get-Location`.
> However, this command is not available on the Command Prompt (`cmd`). Use `cd` instead for similar functionality.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
- View documentation for the equivalent Command Prompt command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# pwsh where
> This command is an alias of `Where-Object`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/where-object>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# rd
> This command is an alias of `rmdir` on Command Prompt, and subsequently `Remove-Item` in PowerShell.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/rd>.
- View documentation for the original Command Prompt command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# ri
> In PowerShell, this command is an alias of `Remove-Item`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/remove-item>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# rm
> In PowerShell, this command is an alias of `Remove-Item`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/remove-item>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# sc config
> This command is an alias of `sc.exe config`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-config>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# sc create
> This command is an alias of `sc.exe create`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-create>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# sc delete
> This command is an alias of `sc.exe delete`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-delete>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# sc query
> This command is an alias of `sc.exe query`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-query>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# sl
> In PowerShell, this command is an alias of `Set-Location`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-location>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# slmgr
> This command is an alias of `slmgr.vbs`.
> More information: <https://learn.microsoft.com/windows-server/get-started/activation-slmgr-vbs-options>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# sls
> This command is an alias of `Select-String`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string>.
- View documentation for the original command: