Skip to content

Instantly share code, notes, and snippets.

@buithehoa
Created January 15, 2015 13:39
Show Gist options
  • Save buithehoa/2f4b5e799dc19fc88eed to your computer and use it in GitHub Desktop.
Save buithehoa/2f4b5e799dc19fc88eed to your computer and use it in GitHub Desktop.
Find texts in specified files with find
find . -name "*.ext" -type f -exec grep -i "text" {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment