Powershell

Alias for grep

new-alias grep findstr
tasklist | grep note

PowerShell commands

Get-ChildItem c:\windows\system32\*.txt -Recurse | Select-String -Pattern "Microsoft" -CaseSensitive
sls "searchstring" file 

Powershell (last edited 2021-01-14 18:51:23 by localhost)