On Apr 22, 2013, at 6:15 AM, david vann wrote:

To this end, I made the following little command, that extracts all the software tarball links from the book, and downloads them. I mean, who the heck wants to click on links when we can do this:

~$ wget -nc $(grep -h -e '\([1-z]\(.\|/\)\+\).\(bz2\|xz\|zip\|gz\| gzip\|patch\)' $(find ../../../Documents/blfs/ -type f -name '*.html') | sed -e 's@^\s\+@@' -e 's:</a>:\n:' -e 's:">:\n:' | grep '^\(ht\|ft\)' | sort -u -t: -k 2)

Or download the book:

svn co svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK/

cd BOOK

make wget-list

View wget-list at  ~/public_html/blfs-book-xsl

Edit BASEDIR if you don't want it to go ~/public_html/blfs-book-xsl

wget -i wget-list and Download for a while!

Sincerely,

William Harrington
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to