Skip to content

Instantly share code, notes, and snippets.

@Santaro255
Created October 10, 2019 13:45
Show Gist options
  • Save Santaro255/b3e48d2217ad11297f0fc05eb28ce599 to your computer and use it in GitHub Desktop.
Save Santaro255/b3e48d2217ad11297f0fc05eb28ce599 to your computer and use it in GitHub Desktop.
Get-ChildItem -Path "PATH" -recurse | Select-String -pattern "WORD" | group path | select name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment