The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: kill
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-14-2008
penchal_boddu penchal_boddu is offline
Registered User
  
 

Join Date: Apr 2008
Location: Bangalore
Posts: 127
Hi era,

Cant i use .

ps -ef | awk '$9 == "abc" { print $2 }' | xargs kill

instead of

ps -ef | awk '$9 == "a" "bc" { print $2 }' | xargs kill

Thanks
Penchal