bookmarks/top_domains.sh
2018-08-29 14:05:56 +02:00

2 lines
114 B
Bash

cat README.md | cut -d'(' -f2 | cut -d')' -f1 | egrep "^http*" | awk -F/ '{print $3}' | sort | uniq -c | sort -n