view extract-urls.sh @ 11:71ca21c937d1 default tip

small fix
author meillo@marmaro.de
date Wed, 12 Dec 2007 13:11:00 +0100
parents 52725a5ea7d9
children
line wrap: on
line source

#!/bin/sh

egrep -oi '(http|https|ftp)://[-a-zA-Z0-9.]+[-a-zA-Z0-9/+_,\?&%]*' "$1" | sort | uniq