Skip to content

Instantly share code, notes, and snippets.

@clementi
Created August 16, 2011 20:21
Show Gist options
  • Save clementi/1150074 to your computer and use it in GitHub Desktop.
Save clementi/1150074 to your computer and use it in GitHub Desktop.
Find Files with PowerShell
ls -Recurse -Filter *some*pattern* | ft directory, name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment