bookmarks/top_authors.sh

2 lines
83 B
Bash
Raw Normal View History

2017-11-03 11:04:55 +00:00
grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sort | uniq -c | sort -n