[quoting fixed] * shaul <[EMAIL PROTECTED]> writes: >> I'd like to download the whole Installation Manual for i386 in HTML >> format: >> http://www.debian.org/releases/2.1/i386/install
> Perhaps with a shell script that uses wget ? > #! /bin/sh > wget http://www.debian.org/releases/2.1/i386/install/ch-partitioning.en.html > wget http://www.debian.org/releases/2.1/i386/install/ch-post-install.en.html Easier even: wget -r http://www.debian.org/releases/2.1/i386/install/ -- Colin Marquardt <[EMAIL PROTECTED]>