Created
June 10, 2015 18:23
-
-
Save wingsuitist/cba57ca2376b23a041af to your computer and use it in GitHub Desktop.
look for authors in TYPO3 changelog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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