Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HPUX grep vs. Sun Solaris grep

Status
Not open for further replies.

comtec17

Vendor
Jun 18, 2002
2,338
US
Hello all...
I currently have a script that I used in a Solaris environment which uses grep -w WORD. I am transferring this script to HPUX and HP doesn't understand the -w option. What is the equivalent to the -w in HPUX when using grep?

Thanks,
CoMteC17
 
This will work: grep \<word\> file.txt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top