docs/suckless

view extract-urls.sh @ 4:361d00d5b17b

few small fixes
author meillo@marmaro.de
date Wed, 13 Aug 2008 21:43:48 +0200
parents
children
line source
1 #!/bin/sh
3 egrep -oi '(http|https|ftp)://[-a-zA-Z0-9.]+[-a-zA-Z0-9/+_,\?&%]*' "$1" | sort | uniq