[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cron sh ?



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: support@65535.net | e: rghf@65535.net
                  "More bits for your bite"
        Lifetime FreeBSD + Linux Hosting and Shell Accounts
             Please respect RFC1855 and don't top post



Reply to: