[LUNI] Scripting help (bash/perl)

Joe Frost joe at the-frosts.org
Sun Oct 22 21:50:14 CDT 2006


>
> Thanks, this works almost perfect.  It was also grabbing the  
> border="0" part
> right after the src="blah", but a minor adjustment fixed this.   
> This will
> save me from having to manually save and rename over 400 images.


BTW, if it's downloading lots of files you need wget (or curl) might
be the ticket.  Something like

wget -r -l 1 -A "*.jpg*" -R .html -nd http://joe.the-frosts.org/ 
stanley/free.html

Will download all the jpg files referenced in free.html

See man wget (or curl) for more info.

Joe






More information about the luni mailing list