>
> Dunno, bug grep does NOT treat \. as a literal dot either. try
>
> $ echo testtest | grep test\.
a) root # echo "testtest" | grep "test\."
output: nothing
b) root # echo "testtest." | grep "test\."
output: testtest.
So that's correct. Grep recognizes test\. as 'test.'
rgrds,
Bart
Received on Fri Jan 03 2003 - 04:15:56 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:26 MST