Sorry for the non-linux-related question.
I am trying to kill process in bourne shell, with the command:
kill -9 pid
I need to redirect the output of kill so it will not write message like:
pid Killed on the console
I tried many ways to do it with no succeed. I someone has an how
to do it I will glad to hear it.
Thanks
Eli.