Last active
March 2, 2016 12:15
-
-
Save pwittchen/10dbf4319d8b84114579 to your computer and use it in GitHub Desktop.
finding file in the Unix system in entire $HOME directory
This file contains 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
find ~/ -type f -name "myfile.xml" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment