Click to See Complete Forum and Search --> : script to copy image file incrementally


ishban
04-27-2006, 04:07 AM
Hello I am a newbie to shell scripts and cron and am looking for a way to copy an image file say every 10 minutes incrementing the file name.
ie
cp image image1
wait
cp image image2
wait
cp image image3

Is this possible with a shell script or cron or a combination of both? :confused: