Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ps-przemekaugustyn/1dd9f8ebe4aded81dbace7c12c323ed0 to your computer and use it in GitHub Desktop.
Save ps-przemekaugustyn/1dd9f8ebe4aded81dbace7c12c323ed0 to your computer and use it in GitHub Desktop.
Grep string and group by directory
grep -irl "nocount" ./|awk -F'/[^/]*$' '{print $1}'|uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment