On Fri, Nov 14, 2003 at 10:21:54AM -0500, Mark Bucciarelli wrote:
> > From my .shellrc:
> >
> > psg() { ps auxw | egrep -i ${1+"$@"} | grep -v grep; }
> > psgw() { ps auxwww | egrep -i ${1+"$@"} | grep -v grep; }
> >
> > pidOf() { psgw ${1+"$@"} | awk '{print $2}'; }
> > KillAll() { pidOf "$1" | xargs kill "$2"; }
>
> Put it on the wiki, man!
Seems like a compliment :)
I never understood web things. Who needs wiki/chat/webforums when
there is such a great thing as email?!
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.