[CentOS] Re: cat cron jobs into crontab

Tue Mar 13 02:02:20 UTC 2007
Sudev Barar <sbarar at gmail.com>

On 13/03/07, Akemi Yagi <amyagi at gmail.com> wrote:
> On Mon, 12 Mar 2007 20:58:46 -0400, Matt Hyclak wrote:
>
> > On Mon, Mar 12, 2007 at 05:21:47PM -0800, Karl R. Balsmeier enlightened
> > us:
> >> What's the best/safest way to "cat" the following job into crontab?
> >>
> >> */3 * * * *  /usr/lib64/nagios/plugins/check_megaraid_passive.sh >
> >> /dev/null 2>&1
> >>
> > echo '*/3 * * * *  /usr/lib64/nagios/plugins/check_megaraid_passive.sh >
> > /dev/null 2>&1' > /etc/cron.d/check_megaraid_passive.sh
> >

You should be appending so would you not use >> instead of >

-- 
Regards,
Sudev Barar