bookmarks/count_links.sh

2 lines
81 B
Bash
Raw Normal View History

2017-11-03 14:35:53 +00:00
cat README.md | cut -d'(' -f2 | cut -d')' -f1 | egrep "^http*" | sort -u | wc -l