bookmarks/top_authors.sh
2017-11-03 12:06:37 +01:00

2 lines
83 B
Bash
Executable File

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