>I want to start amflush from a cron job.
>
>But currently amflush asks me which directories should be flushed. Is
>there a way to say "ALL" ?

The code just reads from stdin.  So you could do this:

  (echo all ; echo yes) | amflush ...

This assumes you have multiple runs to flush.  If you don't, amflush
does not ask the first question and you should just send the "yes".

>       Sven

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

Reply via email to