On Fri, 2003-01-03 at 21:31, Denis Vlasenko wrote:
>
> Dunno, bug grep does NOT treat \. as a literal dot either. try
>
> $ echo testtest | grep test\.
]the shell is escaping the \ - grep see's "test.".
Try echo testtest | grep test\\.
Rob
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:26 MST