[Gllug] Stories of using filters

Andrew Roberts ar at nooneishere.co.uk
Fri Mar 18 11:31:21 UTC 2005


On Fri, 2005-03-18 at 11:17, Simon Morris wrote:

> As a long suffering Evolution/Exchange connector user I'm used to it
> dying and leaving other related processes behind that need to be
> killed before I can restart it
> 
> So, my friend here is
> ps aux | grep evolution | awk '{print $2}' | xargs kill -9

You could use pkill to the same effect: 

$ pkill -9 evolution
-- 
Andrew Roberts                              ASCII ribbon campaign /"\
ar AT nooneishere.co.uk                      - against HTML email \ /
+44 (0)7968 199063                            http://arc.pasp.de/  X
================================================================= / \

-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list