Skip to content

Instantly share code, notes, and snippets.

@michaelfeathers
Created February 16, 2017 17:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelfeathers/90f35346ecba56dbe56123bc3b23e93e to your computer and use it in GitHub Desktop.
Save michaelfeathers/90f35346ecba56dbe56123bc3b23e93e to your computer and use it in GitHub Desktop.
find . -name "*.rb" |xargs -n1 -I file sh -c 'echo `git log --oneline file | wc -l`: file'|sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment