docs/gimme-shellter

annotate extract-urls.sh @ 5:52725a5ea7d9

added extract-urls.sh; rewrote summary; some minor changes
author meillo@marmaro.de
date Thu, 06 Dec 2007 21:16:19 +0100
parents
children
rev   line source
meillo@5 1 #!/bin/sh
meillo@5 2
meillo@5 3 egrep -oi '(http|https|ftp)://[-a-zA-Z0-9.]+[-a-zA-Z0-9/+_,\?&%]*' "$1" | sort | uniq