On 11/11/2013 04:52 PM, Bruce Hill wrote:
> On Mon, Nov 11, 2013 at 01:44:10AM -0600, Dale wrote:
>>> On 10/11/13 at 08:07pm, Walter Dnes wrote:
>>> Try this hack :)
>>>
>>> $ ps -ef | grep [u]rxvt
>>> yohan     3559     1  0 11:50 ?        00:00:00 urxvt
>>> yohan     3667     1  0 11:52 ?        00:00:00 urxvt
>>>
>> That one didn't return anything.  I got plenty of output without the
>> grep tho.  Sort of close to what I usually get with ps aux. 
> He intended for you to do:
> ps -ef | grep [f]irefox
Nice one. I was going to suggest this one, ps xwww|awk '/firefox/ &&
!/awk/', but your suggestion is more succinct.
Thanks.


Reply via email to