-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Micah Cowan wrote: > Salvatore Lionetti wrote: >> Hi, > >> excuse if i address to wrong (and eventually redirect to the correct one) >> mailing list. > >> I simply would like to execute 'wget -Osite.html [url]' but following only >> the 'IFRAME src...' tag, to cat the IFRAME contents over site.html. > >> Questions: >> 1)Is 'wget -l1 --recursive --follow-tags=IFRAME -Osite.html [url]' correct? > > It looks right to me.
Or, no: Tony Lewis pointed out to me that you're using -O together with - --recursive. -O sends _all_ downloaded content to site.html, even multiple pages' worth. This is unlikely to be what you wanted. Better to avoid -O, and rename afterwards if you need to. - -- 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 iEYEARECAAYFAkpmDJEACgkQ7M8hyUobTrF9WQCeJIMFLL/Q/TOTqKURwoKGbG5P veYAn32/aBivP8dcoqqwD/lTIE3XndN6 =oQsq -----END PGP SIGNATURE-----
