On Fri, Dec 28, 2001 at 03:08:33PM -0600, Bret Hughes <[EMAIL PROTECTED]> wrote:
| try ps auxww |grep -i [r]eal
| 
| ps will truncate to 80 chars I believe without the w (wrap)  each w is
| an additional lines worth of output.  to test what is happening try
| piping into less 
| 
| The [] will hide the grep command itself 

Unless you have a file or dir named "real" in the current directory.
Don't forget the quotes!

        ps auxww |grep -i '[r]eal'
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

I must construct my own System, or be enslaved to another Man's.
        - William Blake



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to