Thread
:
Adding line in crontab from command line...
View Single Post
#
2
(
permalink
)
04-09-2008, 10:41 PM
Richard B. Gilbert
Posts: n/a
Re: Adding line in crontab from command line...
contracer11@gmail.com
wrote:
> Hi:
>
> Can you tell me if is there any way to make this task ?
>
>
> 00 1 * * * /monitor_file_system 2>/dev/null > crontab
>
> Thank You !
man crontab
I think the -e switch does what you want.
Richard B. Gilbert