The UNIX and Linux Forums  


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 -->
  #6 (permalink)  
Old 06-05-2007
jfortes jfortes is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 6
Thumbs up Resolved

Hi all,

Thanks for your suggestions.

This one:
alias kpipe='kill `psme| grep "ifw -r" | grep -v "grep ifw -r"| awk "{print \\$2}"`'

worked perfectly.

Regards,
Joao.