[Leaplist] free ebooks

Tom Foster tf at linuxceptional.com
Tue May 19 14:33:26 EDT 2009


On Tue, May 19, 2009 at 11:39:34AM -0400, Tom Parker wrote:

> From the terminal:
> 
> $ cd {to the directory you want to download to}
> $ wget -m -L http://tille.garrels.be/training/bash/
> 
> This will create  a folder with the entire online guide downloaded for
> offline use.  I've had to do this for some of the guides I use and it
> usually works quite well.  Its not as elegant as having a single html
> or PDF, but it gets the job done.
> 
> Tom
> 

I do this:
wget -c -r -nc -nd -E -k  http://tille.garrels.be/training/bash/

-c   continue
-r   recursive
-nc  ignore if already there (no clobber)
-nd  no directories (everything put in current
-E   force .html extension
-k   convert to relative links

-- 

signature to baby: "doobywoobybooboo"
-tom

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the Leaplist mailing list