My bash program basically does:

  tail -f file >outfile &
  killpid=$!
  ...
  kill $killpid >/dev/null 2>&1
  ...

Still I get the message

  .... (PID) Terminated          tail -f file >outfile

at the end of my script.

Is there a way to suppress this message? (bash 2.05b)

Ronald
-- 
Ronald Fischer (phone +49-89-63676431)
mailto:[EMAIL PROTECTED]


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to