Ya, I'm using linux RH9.
The problem with killall is that it doesn't allow regular
expressions......And I didn't know the existence of "pgrep", "pkill" :-( .
Thanks you all,
Mauro.
On Fri, Jul 02, 2004 at 11:22:04AM +1000, Scott Smedley wrote:
> Hi Mauro,
>
> > after your email I installed the version 2.4.18, but it didn't work.
>
> Strange. I'm using latest 2.5 (CVS). At least you've got it working.
>
> > Here a working kill menu:
> >
> > AddToMenu Kill
> > + "mo&zilla" Exec ps aux | grep -P "(mozil|netsc|plugge)" | grep -v grep | awk '{print "kill -9 "$$$$2}' | sh
>
> Are you using Linux? The "killall" command effectively does this.
>
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Fri Jul 02 2004 - 04:38:25 BST