Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dozoisch/336c4bb8c5996b0ce2c6 to your computer and use it in GitHub Desktop.
Save dozoisch/336c4bb8c5996b0ce2c6 to your computer and use it in GitHub Desktop.
grep -r -c <pattern> * | awk -F: '{if ($2 > 1){print $1}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment