Skip to content

Instantly share code, notes, and snippets.

@likethesky
Last active December 28, 2020 20:44
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 likethesky/3559671 to your computer and use it in GitHub Desktop.
Save likethesky/3559671 to your computer and use it in GitHub Desktop.
find: Usage of Unix find command
find . -name '*lookingfor*' -print
-or-
find /path/you/want/to/start/in -name '*.rb' -print
-or-
# On OS X (searched indexed spotlight files, both user & system):
mdfind filename.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment