does killall able to handle mozilla and mozilla-bin if it is invoked
with "killall -9 mozilla"? sorry i dont have a linux machine to test
now. if it cannot then this script could be modified to mimic killall.
would passing a parameter to the 'killmoz' script mess with the $1
parameter in awk?

ciao!

Federico Sevilla III wrote:
> 
> On Tue, Oct 08, 2002 at 10:05:59AM +0800, Jimmy wrote:
> > $for i in `ps ax | grep -v -e grep | grep mozilla | awk '{print $1}'`;do kill -9 
>$i;done
> 
> Hey. Neat!
> 
> Save this in ~/bin/killmoz and you're off. Whenever Mozilla's a little
> nuts, just run
> 
>     $ killmoz
> 
> Hehehe.
> 
>  --> Jijo
> 
> --
> Federico Sevilla III   :  http://jijo.free.net.ph
> Network Administrator  :  The Leather Collection, Inc.
> GnuPG Key ID           :  0x93B746BE
> _
> Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
> To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
> 
> Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph
> 
> To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
>[EMAIL PROTECTED]

-- 

"Programming, an artform that fights back."

=============================
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 637-4634 loc. 75
Fax# 637-4679

Registered Linux User #246176
=============================
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to