bookmarks/top_extensions.sh

4 lines
201 B
Bash
Raw Permalink Normal View History

2019-11-22 22:43:55 +00:00
#!/usr/bin/env bash
BASEDIR=$(dirname "$0")
2019-11-22 22:43:55 +00:00
cut -d'(' -f2 "$BASEDIR/README.md" | cut -d')' -f1 | grep -E "^http*" | awk -F/ '{print $3}' | sed -E -e "s_.*\.([^\.]+)\$_\1_g" | sort | uniq -c | sort -n