David M. Cook wrote: > On Fri, Aug 31, 2007 at 03:02:24PM -0700, Tracy R Reed wrote: > >> Neat stuff and might be a good way for a young kid to learn about >> programming. Does anyone see a way to download one big pdf? I don't. > > You could use wget.
I think there's some kind of CGI that precludes a wildcard grab. But ftp sees all the filenames (w/ 0-length files). You can ftp copy all the files to get all 0-length files, .. ..and then.. for p in *.pdf;do wget -c http://www.cs.berkeley.edu/~bh/pdf/$p & done This works! <heh> Regards, ..jim -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
