log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
docs/gimme-shellter
annotate extract-urls.sh @ 11:71ca21c937d1
find changesets by author, revision, files, or words in the commit message
small fix
author
meillo@marmaro.de
date
Wed, 12 Dec 2007 13:11:00 +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