annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents:
diff changeset
1 #!/bin/sh
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents:
diff changeset
2
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents:
diff changeset
3 egrep -oi '(http|https|ftp)://[-a-zA-Z0-9.]+[-a-zA-Z0-9/+_,\?&%]*' "$1" | sort | uniq