I would like to follow all the urls on a site that contain /res/ in the path. I've tried using -I and -A, with values such as res, *res*, */res/*, etc.. Here is an example that downloads pretty much the entire site, rather than what I appear (to me) to have specified: wget -O- -q http://img.site.org/b/imgboard.html | wget -q -r -l1 -O- -I '*res*' -A '*res*' --force-html -B http://img.site.org/b/ -i-
The urls I would like to follow and output to the command line are of the form: http://img.site.org/b/res/97867797.html Thanks ! /Brian -- (Not sent from my iPhone)