2 lines
81 B
Bash
2 lines
81 B
Bash
|
cat README.md | cut -d'(' -f2 | cut -d')' -f1 | egrep "^http*" | sort -u | wc -l
|