Skip to content

Instantly share code, notes, and snippets.

@sergii
Created February 19, 2015 13:19
Show Gist options
  • Save sergii/ca028a3ffa508b5fba4b to your computer and use it in GitHub Desktop.
Save sergii/ca028a3ffa508b5fba4b to your computer and use it in GitHub Desktop.
How to Search for Files Recursively into Subdirectories
sudo find . -print | grep -i '.*[.]xml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment