Re: crontab problem with stdout
- From: root <NoEMail@xxxxxxxx>
- Date: Fri, 23 Nov 2007 11:06:05 GMT
birre <spamtrap@xxxxxxxxxxxx> wrote:
Maybe you redirect stdout in your crontab entry.
Just try:
(w3m -dump http://somepage | process >>final.result) 2>> final.errors
Following another suggestion the crontab entry works if
I put a grep command in place of process above. However
it does not work for my program which reads from
stdin, looks for the appropriate lines, and writes them
to stdout. The command works when I execute it from
the command line, but it does not work when it is
a crontab entry.
I am at a loss.
.
- Follow-Ups:
- Re: crontab problem with stdout
- From: root
- Re: crontab problem with stdout
- References:
- crontab problem with stdout
- From: root
- Re: crontab problem with stdout
- From: birre
- crontab problem with stdout
- Prev by Date: Re: Beagle chewing up CPU!
- Next by Date: Re: crontab problem with stdout
- Previous by thread: Re: crontab problem with stdout
- Next by thread: Re: crontab problem with stdout
- Index(es):
Relevant Pages
|