docs/suckless

view extract-urls.sh @ 2:8cb44df21092

changed a lot of stuff
author meillo@marmaro.de
date Tue, 12 Aug 2008 20:02:47 +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