mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 02:00:31 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Get-Clipboard
|
||||
|
||||
> A powershell command to get content from clipboard.
|
||||
> A PowerShell command to get content from clipboard.
|
||||
> Note: `gcb` can be used as an alias for `Get-Clipboard`.
|
||||
> More information: <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-clipboard>.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Set-Alias
|
||||
|
||||
> A powershell command to set or modify alias.
|
||||
> A PowerShell command to set or modify alias.
|
||||
> Note: `sal` can be used as an alias for `Set-Alias`.
|
||||
> More information: <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/set-alias>.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Set-Clipboard
|
||||
|
||||
> Powershell command to set content to clipboard.
|
||||
> PowerShell command to set content to clipboard.
|
||||
> Note: `scb` can be used as an alias for `Set-Clipboard`.
|
||||
> More information: <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-clipboard>.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user