Skip to content

Instantly share code, notes, and snippets.

@IchHabRecht
Created August 21, 2013 20:20
Show Gist options
  • Save IchHabRecht/6299689 to your computer and use it in GitHub Desktop.
Save IchHabRecht/6299689 to your computer and use it in GitHub Desktop.
[Bash] Find files and grep them
find -type f -name *.php -print0 | xargs -0 grep -l questionnaire
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment