I am trying to anchor my regular expression ( I know I can do this in perl)
for a grep command. I only see ^ and $ anchors in the man page. How can I
block the grep expression to match exactly (i.e. 348 returns only 348, not
3481, 2348, etc..).
Thanks.
Received on Wed Aug 25 1999 - 15:47:12 NZST