Skip to content

Instantly share code, notes, and snippets.

@Shogan
Created November 8, 2018 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shogan/320bb5a5691d68cbb888b0259dc42063 to your computer and use it in GitHub Desktop.
Save Shogan/320bb5a5691d68cbb888b0259dc42063 to your computer and use it in GitHub Desktop.
Powershell useful one-liners
# Search command history for specific terms
Get-Content (Get-PSReadlineOption).HistorySavePath | Where { $_ -match "SEARCH TERM HERE" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment