On 10/28/2010 01:21 AM, Florian V. wrote:
> Hello :-)
>
> First, use more links2.
> Second,I have a script in ~/bin that kill all processes named with
> "firefox". Here it is:
>
> #! /bin/bash
>
> kill $(ps auxwww|grep "/usr/lib/firefox/firefox" |awk '{print $2}'|grep
> -v grep)

You don't need a script for that! Look into pkill, in particular into 
pkill -x.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to