Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-03 00:21:21 +00:00
parent 3b981b2987
commit 6b623c1ed5
10 changed files with 16 additions and 16 deletions

View File

@@ -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>.

View File

@@ -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>.

View File

@@ -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>.