docs/suckless

view extract-urls.sh @ 3:4bfd9f6fd11f

modified stuff about wiki & ML; removed some pauses
author meillo@marmaro.de
date Wed, 13 Aug 2008 00:01:18 +0200
parents
children
line source
1 #!/bin/sh
3 egrep -oi '(http|https|ftp)://[-a-zA-Z0-9.]+[-a-zA-Z0-9/+_,\?&%]*' "$1" | sort | uniq