Re: Wget function
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please keep the list in the replies. karlito wrote: > hi thank you for the reply my problem can be fixed on the next verssion ? > > because it's for batch > > i have more 1000 url to made so is that why i need to find a solution > > also when you mean rename > > what is the function to rename with wget ? I mean, just use the "mv" or "rename" command on your operating system. - -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer. GNU Maintainer: wget, screen, teseq http://micah.cowan.name/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIswfR7M8hyUobTrERAubkAJ0VL2UPnNQtD27waPVwFkeUwbUp9wCfXerh dZBr4e7ZBKcEE5Kzrjv1mi8= =GoKL -END PGP SIGNATURE-
Re: Wget function
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 karlito wrote: > > > Hello, > > First of all i would thank you for your great tool > > I have a request > > i use this function to save url with absolute link so it's very good > > wget -k http://www.google.fr/ > > but i want to save this file as other name than index.html like for > example google-is-good.html > > i have try this > > wget -k –output-document=google-is-good.html http://www.google.fr/ > > is work except i lost absolute link and it's terrible Yeah. Conversions won't work with --output-document, which behaves rather like a shell redirection. > i don't know how to fix this problem wich combinaison i have to made > for use wget - k with another name ?? You could always rename it afterwards. In your specific case, the current development sources (which will become Wget 1.12) have a --default-page=google-is-good.html option for specifying the default page name, thanks to Joao Ferreira. It's not yet available in any release. - -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer. GNU Maintainer: wget, screen, teseq http://micah.cowan.name/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIsv3N7M8hyUobTrERAskoAJ4lHZK+VEBWYuFzOtbd57wEEvYm0wCdEVSK el6v3e0TkKpQtOG2b5ZiHcI= =/+sB -END PGP SIGNATURE-
Re: Wget function
Hello, > > First of all i would thank you for your great tool > > I have a request > > i use this function to save url with absolute link so it's very good > > wget -k http://www.google.fr/ > > but i want to save this file as other name than index.html like for > example google-is-good.html > > i have try this > > wget -k –output-document=google-is-good.html http://www.google.fr/ > > is work except i lost absolute link and it's terrible > > i don't know how to fix this problem wich combinaison i have to made for > use wget - k with another name ?? > > can you help me i don't find the solution also where i can find last > verssion for windows > > thank you for your time > > > regard carlos . >