bookmarks/top_authors.sh
2018-08-31 11:41:46 +02:00

2 lines
113 B
Bash
Executable File

grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sed 's/\*//g' | grep -v "/" | sort | uniq -c | sort -n