log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
docs/suckless
annotate extract-urls.sh @ 4:361d00d5b17b
find changesets by author, revision, files, or words in the commit message
few small fixes
author
meillo@marmaro.de
date
Wed, 13 Aug 2008 21:43:48 +0200
parents
children
rev
line source
meillo@0
1
#!/bin/sh
meillo@0
2
meillo@0
3
egrep -oi '(http|https|ftp)://[-a-zA-Z0-9.]+[-a-zA-Z0-9/+_,\?&%]*' "$1" | sort | uniq