Created
February 19, 2015 13:19
-
-
Save sergii/ca028a3ffa508b5fba4b to your computer and use it in GitHub Desktop.
How to Search for Files Recursively into Subdirectories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo find . -print | grep -i '.*[.]xml' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment