Skip to content

Instantly share code, notes, and snippets.

@ihidchaos
Last active October 24, 2020 14:22
Show Gist options
  • Save ihidchaos/c08856df1c0593425384ce7a2b846571 to your computer and use it in GitHub Desktop.
Save ihidchaos/c08856df1c0593425384ce7a2b846571 to your computer and use it in GitHub Desktop.
find_grep
find . -type f | xargs grep "some string" -il
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment