Python and Cron

Amit Khemka khemkaamit at gmail.com
Sat Sep 8 04:00:28 EDT 2007


On 9/8/07, Greg Lindstrom <gslindstrom at gmail.com> wrote:
<snip>
> # run client pricing at 0215 (p) Monday-Friday
> 15 2 * * 1-5 cd /m01/edith/src && /usr/bin/python /m01/edith/src/driver.py
> --paid-date yesterday --jobname professional >>
> /m01/edith/stdout/ecomppo.stdout 2&>1

"2&>1",  Is that a typo ? It should be "2>&1" .

Are you *sure* that the cron job is running ?

cheers,

-- 
----
Amit Khemka
website: www.onyomo.com
wap-site: www.owap.in



More information about the Python-list mailing list