Skip to content

Instantly share code, notes, and snippets.

@fabriceleal
Last active October 13, 2015 20:18
Show Gist options
  • Save fabriceleal/4250763 to your computer and use it in GitHub Desktop.
Save fabriceleal/4250763 to your computer and use it in GitHub Desktop.
Find files matching <pattern>
find / -name *asdf*
# find <start-dir> -name pattern
locate -i *asdf*
$ -i = ignore case distinctions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment