Skip to content

Instantly share code, notes, and snippets.

@textarcana
Last active March 14, 2020 18:52
Show Gist options
  • Save textarcana/02e4b689ba7a1774a135ba13674d847e to your computer and use it in GitHub Desktop.
Save textarcana/02e4b689ba7a1774a135ba13674d847e to your computer and use it in GitHub Desktop.
filesystem_paths=$(find . -name "*Test.php")
git log \
--since='3 weeks ago' \
--format='%ad' \
--date=iso-local \
$filesystem_paths \
| cut -d ' ' -f1 \
| sort \
| uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment