Skip to content

Instantly share code, notes, and snippets.

@fitsum
Created July 9, 2013 20:52
Show Gist options
  • Save fitsum/5961177 to your computer and use it in GitHub Desktop.
Save fitsum/5961177 to your computer and use it in GitHub Desktop.
recursive directory search for file with line containing "mail("
egrep -ir --include=*.{php,html,js} "mail\(" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment