Skip to content

Instantly share code, notes, and snippets.

@Darthfett
Created June 27, 2012 18:56
Show Gist options
  • Save Darthfett/3006008 to your computer and use it in GitHub Desktop.
Save Darthfett/3006008 to your computer and use it in GitHub Desktop.
Search directory for file
find [Path] | grep -i <file name>
# Path defaults to the current directory.
# Using -i for case-insensitive searching.
# Using -E will do regex parsing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment