bookmarks/top_domains.sh
2018-09-06 13:10:09 +02:00

4 lines
168 B
Bash
Executable File

#/usr/bin/env bash
BASEDIR=$(dirname "$0")
cat "$BASEDIR/README.md" | cut -d'(' -f2 | cut -d')' -f1 | egrep "^http*" | awk -F/ '{print $3}' | sort | uniq -c | sort -n