John McGill ha scritto:

Is there a way of telling wget to download the image and increment the file number

wget does that automatically. suppose that you're using:

wget http://yoyodine.com/somepath/somefilename.txt

if another file named "somefilename.txt" is present in the current directory, the new file is named "somefilename.txt.1". if you call wget again, the next file will be named "somefilename.txt.2", and so on.

or add the date/time stamp?

you have to use the -N option for this.

--
Aequam memento rebus in arduis servare mentem...

Mauro Tortonesi                          http://www.tortonesi.com

University of Ferrara - Dept. of Eng.    http://www.ing.unife.it
GNU Wget - HTTP/FTP file retrieval tool  http://www.gnu.org/software/wget
Deep Space 6 - IPv6 for Linux            http://www.deepspace6.net
Ferrara Linux User Group                 http://www.ferrara.linux.it

Reply via email to