Skip to content

Instantly share code, notes, and snippets.

@etoxin
Created March 17, 2015 23:20
Show Gist options
  • Save etoxin/f37d251fb248f78b1922 to your computer and use it in GitHub Desktop.
Save etoxin/f37d251fb248f78b1922 to your computer and use it in GitHub Desktop.
Powershell Commands
# Find in file. (Grep)
Select-String stringYouWantToSearch .\fileYouWantToSearch.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment