bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grep inconssitant on linux


From: Hans-Bernhard Broeker
Subject: Re: Grep inconssitant on linux
Date: 21 Sep 2000 16:37:52 GMT

FAVRE-REGUILLON Pascal <address@hidden> wrote:
> the command ps -ef | grep xxxx returns only the fisrt 80 caracters.

That has nothing with 'grep': "ps -ef" output itself is already limited
to 80 columns, in order to provide a somewhat readable output. If you want
the full glory of it, use

        ps -efw | grep xxxx

instead.
-- 
Hans-Bernhard Broeker (address@hidden)
Even if all the snow were burnt, ashes would remain.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]