The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-17-2008
arghya_owen arghya_owen is offline
Registered User
  
 

Join Date: May 2008
Posts: 31
output console problem

kill -s KILL 0
-----------------------
-----------------------
i have used this command in a script...it is showing "killed" in output console.
i don't want that.plz help what to do.i have tried --kill -s KILL 0 >/dev/null
it is still showing "killed" in the output console...what to do?