1825804 Members
2430 Online
109687 Solutions
New Discussion

grep issue

 
SOLVED
Go to solution
Jason Tan
Advisor

grep issue

how to get the same effect of grep -w in linux for the grep in HP-UX
smtan
3 REPLIES 3
Christian Gebhardt
Honored Contributor
Solution

Re: grep issue

Hi
you have to install a new grep:
http://hpux.tn.tudelft.nl/hppd/hpux/Gnu/grep-2.5/

Chris
Ravi_8
Honored Contributor

Re: grep issue

Hi,

even in hp-ux also grep supports -w option.

you could try with gnu grep as said in the previous post
never give up
Christian Gebhardt
Honored Contributor

Re: grep issue

Hi ravi

standard grep in HPUX 11.00 does not support the "-w" option. In 11.11 you are right.

Chris