docs/suckless

view extract-urls.sh @ 1:c97792d5f2d6

minor changes in software used
author meillo@marmaro.de
date Mon, 11 Aug 2008 21:46:57 +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