Skip to content

Instantly share code, notes, and snippets.

@tracertea
Created October 30, 2014 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tracertea/2f7f0e98b48a0f55b599 to your computer and use it in GitHub Desktop.
Save tracertea/2f7f0e98b48a0f55b599 to your computer and use it in GitHub Desktop.
grep output with filename and line number
find . -type file -exec grep -iEn "REGEX" {} /dev/null \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment