Mercurial > docs > suckless
view extract-urls.sh @ 4:361d00d5b17b final
few small fixes
author | meillo@marmaro.de |
---|---|
date | Wed, 13 Aug 2008 21:43:48 +0200 |
parents | 79424d211485 |
children |
line wrap: on
line source
#!/bin/sh egrep -oi '(http|https|ftp)://[-a-zA-Z0-9.]+[-a-zA-Z0-9/+_,\?&%]*' "$1" | sort | uniq