bookmarks/top_domains.sh

2 lines
114 B
Bash
Raw Normal View History

2018-08-29 12:05:56 +00:00
cat README.md | cut -d'(' -f2 | cut -d')' -f1 | egrep "^http*" | awk -F/ '{print $3}' | sort | uniq -c | sort -n