The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-30-2008
bowtiextreme bowtiextreme is offline
Registered User
 

Join Date: Apr 2008
Posts: 1
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
Reply With Quote
Forum Sponsor