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)