bookmarks/top_authors.sh
2017-10-29 12:44:25 +01:00

2 lines
80 B
Bash

grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sort | uniq -c | sort