Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: gentoo-user@l.g.o
Cc: Bruce Hill <daddy@×××××××××××××××××××××.com>
Subject: Re: [gentoo-user] Firefox not killing processes on close
Date: Mon, 11 Nov 2013 17:14:01
Message-Id: 52811033.8060300@gmail.com
In Reply to: Re: [gentoo-user] Firefox not killing processes on close by Bruce Hill
1 On 11/11/2013 04:52 PM, Bruce Hill wrote:
2 > On Mon, Nov 11, 2013 at 01:44:10AM -0600, Dale wrote:
3 >>> On 10/11/13 at 08:07pm, Walter Dnes wrote:
4 >>> Try this hack :)
5 >>>
6 >>> $ ps -ef | grep [u]rxvt
7 >>> yohan 3559 1 0 11:50 ? 00:00:00 urxvt
8 >>> yohan 3667 1 0 11:52 ? 00:00:00 urxvt
9 >>>
10 >> That one didn't return anything. I got plenty of output without the
11 >> grep tho. Sort of close to what I usually get with ps aux.
12 > He intended for you to do:
13 > ps -ef | grep [f]irefox
14 Nice one. I was going to suggest this one, ps xwww|awk '/firefox/ &&
15 !/awk/', but your suggestion is more succinct.
16 Thanks.