Skip to content

Instantly share code, notes, and snippets.

@maksymx
Last active August 29, 2015 13:58
Show Gist options
  • Save maksymx/10295342 to your computer and use it in GitHub Desktop.
Save maksymx/10295342 to your computer and use it in GitHub Desktop.
Find a string in a file in some directory
find ~/path/to/file -type f | xargs grep -i "STRING"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment