|
word wrap issue with grep
in my HP-Unix environment I continue to have issues seeing the whole file path when I do a grep
Example:
>ps -ef |grep test
>[process id, etc] /testpath/is/here/
should see:
>ps -ef |grep test
>[process id, etc] /testpath/is/here/not/here/test
Is there a setting to turn word wrap on/off? It works fine in our AIX environments...
TIA
Andrew
|