Skip to content

Instantly share code, notes, and snippets.

@paultannenbaum
Created August 18, 2015 23:06
Show Gist options
  • Select an option

  • Save paultannenbaum/e505be9c0444567393aa to your computer and use it in GitHub Desktop.

Select an option

Save paultannenbaum/e505be9c0444567393aa to your computer and use it in GitHub Desktop.
Linux: search current directory and sub directories for file

find . -print | grep -i my_filename

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment