Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-08 00:14:59 +00:00
parent fb52b80b2f
commit 84caf38102
29 changed files with 57 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# Select-String
> Finds text in strings and files in PowerShell.
> This command can only be used through PowerShell.
> Note: This command can only be used through PowerShell.
> You can use `Select-String` similar to `grep` in UNIX or `findstr.exe` in Windows.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string>.