On Mon, 17 Mar 2003, Lance Hoffmeyer wrote: > Hello, > > I have a cron script and a line: > > ... wget ... -O ~/Base$(data +%H%M).gif
Do you mean date here -----^ rather than data Also you might need to back tick that so do something like wget -O ~/Base`date +%H%M`.gif Rgds Rus -- http://www.65535.net | MSN: [EMAIL PROTECTED] | e: [EMAIL PROTECTED] "More bits for your bite" Lifetime FreeBSD + Linux Hosting and Shell Accounts Please respect RFC1855 and don't top post -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

