[mdlug] Evil URLs at OpenSuSE

Robert Meier eaglecoach at wwnet.com
Sun Feb 25 11:30:51 EST 2007


Ray,

> > ...
> >     wget -r \
> > ... still goes crazy. ...

> [wget -r] simply retrieves pages recursively. ...

<blockquote>
       -l depth --level=depth
           Specify recursion maximum depth level depth.
	   The default maximum depth is 5.
	     -- wget(1)
</blockquote>

I usually use the following.

wget -p -k -c <url>
     to get a single page and its images

wget -m -np -k -c <url>
     to recurse a site.  Note that -m precedes its modifiers.

See wget(1) for details.

-- 
Dr. Robert J. Meier



More information about the mdlug mailing list