View Single Post

   
  #12 (permalink)  
Old 04-17-2008, 05:05 PM
Helmut Kreft
 
Posts: n/a
Default Re: Adding line in crontab from command line...

On Mon, 14 Apr 2008 22:27:16 +0200 (CEST), Andreas F. Borchert wrote:
> On 2008-04-10, Helmut Kreft <kreft@unfug.org> wrote:
>> crontab -l | (cat;echo "00 1 * * * /monitor_file_system") | crontab

>
> Yup but the cat process can be avoided:
>
> (crontab -l; echo "00 1 * * * /monitor_file_system") | crontab
>


Damn... useless use of cat. I have been caught.

Helmut

--
Almost everything in life is easier to get into than out of.
(Agnes' Law)
Reply With Quote