⇤ ← Revision 1 as of 2021-01-14 18:50:58
Size: 263
Comment:
|
← Revision 2 as of 2021-01-14 18:51:23 ⇥
Size: 312
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
* https://docs.microsoft.com/en-us/powershell/ |
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