Posts

Showing posts with the label grep

Grep cheat sheet

Image
Grep cheat sheet source  https://x.com/thatstraw/status/1789624772826890614

PowerShell, how to search for a string in the output of the command like grep

PowerShell, how to search for a string in the output of the command, like grep Your-Command | Select-String -Pattern "YourSearchString"