-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 fabrice régnier wrote: > hi to all, > > First, i'd like to say : thank you very much for the great job you did > Micah and the others ;) To my mind, wget is really one of the most > useful piece of software... > > Well, otherwise, i can't make css working with 1.12 version. What did i > miss ? > > FR-PORT:/home/fabricer/wget/src# ./wget -q > http://packages.debian.org/squeeze/flex -O foo.html
Well, you didn't ask wget to do recursive fetches, and so it didn't. It's not going to grab CSS stylesheets, or images, or anything else. Furthermore, if you had specified recursion (either with -r or -p), you would not want to use -O with that. -O directs _all_ downloaded output to the named file, not just the first URL. - -- HTH, Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer. Maintainer of GNU Wget and GNU Teseq http://micah.cowan.name/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknfhqgACgkQ7M8hyUobTrEJFgCggaACqmXVXAIesA49L5Vo47Wf a2MAn2ty/Jp5ViejdWPgBUKp57Q4AlrE =j22n -----END PGP SIGNATURE-----
