bookmarks/top_authors.sh

4 lines
167 B
Bash
Raw Normal View History

2018-09-03 07:47:54 +00:00
#/usr/bin/env bash
BASEDIR=$(dirname "$0")
grep http "$BASEDIR/README.md" | cut -d '[' -f 2 | cut -d ']' -f 1 | sed 's/\*//g' | grep -v "/" | sort | uniq -c | sort -n