Skip to content

Instantly share code, notes, and snippets.

@mmontalvo
Created November 25, 2010 22:48
Show Gist options
  • Save mmontalvo/716039 to your computer and use it in GitHub Desktop.
Save mmontalvo/716039 to your computer and use it in GitHub Desktop.
To search a text inside files
find . -type f -exec grep -i "text_to_find" {} \; -print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment