Mercurial > docs > gimme-shellter
view extract-urls.sh @ 8:2cb225d4329e lugu-presentation
unix trademark info moved to firest occurance
author | meillo@marmaro.de |
---|---|
date | Wed, 12 Dec 2007 10:37:53 +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