How to download file with different unique name each time
wget -O image.jpg "http://localhost/cgi-bin/nph-zms?mode=single&monitor=1"
Using wget's -O option overwrites file each time. What I want is: image-1.jpg, image-2.jpg, image-3.jpg etc. each time wget is run from cron.