Kenn Humborg's [kenn at bluetree.ie] 31 lines of wisdom included:
> > hrishy wrote:
> > ps -ao pid,args | grep 'command' | awk '{print $1}' | xargs kill
>> I've seen this kind of thing a lot, and it's always
> bugged me...
>> There is nothing to prevent the grep command itself being killed
> before it finishes. When I'm doing this by hand, I always
> do:
>> ps ax | grep something | grep -v grep | ...
what would be quicker (and more elegant) would be
ps ax | grep "[s]omething" | ...
--
Philip Reynolds
RFC Networks tel: 01 8832063
www.rfc-networks.ie fax: 01 8832041
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!