On Thu, 28 Oct 2010 01:46:38 +0800 P Purkayastha <[email protected]>
wrote:

> 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.

Sounds like the one and only vi command I even need to actually
memorise, works for firefox to -

killall -TERM vi

Or, if you are particularly frustrated -

killall -KILL vi

Much more satisfying than pkill.  B-)

------------------------------------------------------------------------------
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