Jan 15, 2003 #1 aluris Programmer Jan 15, 2003 9 US Hi, What would be the equivalent of "grep -w" on AIX ( 4.3.2 ) FOR SCO Unix 5.x
Jan 15, 2003 #2 Annihilannic MIS Jun 22, 2000 6,317 AU You might have to do something like this: [tt]grep -E '(^|[^A-Za-z])searchword([^A-Za-z]|$)'[/tt] Annihilannic. Upvote 0 Downvote
You might have to do something like this: [tt]grep -E '(^|[^A-Za-z])searchword([^A-Za-z]|$)'[/tt] Annihilannic.