durusmail: quixote-users: Unicode? scgi restart?
Unicode? scgi restart?
2003-11-14
2003-11-14
2003-11-14
2003-11-14
2003-11-14
2003-11-14
2003-11-14
Re: Unicode?
2003-11-14
2003-11-14
2003-11-14
2003-11-14
2003-11-14
Unicode? scgi restart?
Oleg Broytmann
2003-11-14
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.

reply