Return to Snippet

Revision: 13991
at May 14, 2009 18:00 by iloveitaly


Initial Code
curl -o - "http://mabblog.com/" | ack -o "<img.*?>" | ack "src=\"([^\"]*)\"" --output=\$1

Initial URL


Initial Description
you'll need the ack (http://betterthangrep.com/) command line application

Initial Title
Linked Image URL Extraction Script

Initial Tags
url, image

Initial Language
Bash