[Gllug] Flavours end - Linux begins?

Jonathan Harker jharker at massey.ac.nz
Mon Nov 18 20:08:32 UTC 2002


On Tuesday 19 Nov 2002 1:12 am, Dave Cridland [Home] wrote:
> Like ps being sortable, and the existence of pkill and pgrep. Those
> three have saved me a huge amount of typing.

WOW! Thanks for the tip on pgrep, I just KNEW there should be a tool for
   ps -ef | grep processname | awk '{ print $2 }'
and 
   kill `ps -ef | grep processname | awk '{ print $2 }'`

I had these as little bash scripts...

Cheers
Jon

-- 
Jonathan Harker
www.jonathanharker.co.uk

You are capable of planning your future.


-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list