Skip to content

Instantly share code, notes, and snippets.

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