Skip to content

Instantly share code, notes, and snippets.

@wingsuitist
Created June 10, 2015 18:23
Show Gist options
  • Save wingsuitist/cba57ca2376b23a041af to your computer and use it in GitHub Desktop.
Save wingsuitist/cba57ca2376b23a041af to your computer and use it in GitHub Desktop.
look for authors in TYPO3 changelog
cat 6.2.13.txt | sed -e 's/.*(\(.*\)).*/\1/g' | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment