bookmarks/top_authors.sh

2 lines
80 B
Bash
Raw Normal View History

2017-10-29 11:44:25 +00:00
grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sort | uniq -c | sort