Skip to content

Instantly share code, notes, and snippets.

@marcusshepp
Last active June 2, 2016 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusshepp/87a4c8c006f7d56b4370ab2045221cb3 to your computer and use it in GitHub Desktop.
Save marcusshepp/87a4c8c006f7d56b4370ab2045221cb3 to your computer and use it in GitHub Desktop.
find a file
find . -name foo.txt
# find a file name that contains the given string
# find accepts a regex
find /path/to/searchable -name "*foo*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment