Skip to content

Instantly share code, notes, and snippets.

@claudius108
Last active December 21, 2020 15:12
Show Gist options
  • Save claudius108/c38f7f81ec119b77f1d8e33513ff8b42 to your computer and use it in GitHub Desktop.
Save claudius108/c38f7f81ec119b77f1d8e33513ff8b42 to your computer and use it in GitHub Desktop.
find-string-in-files
find . -name "*" -print0 | xargs -0 grep -l "22"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment