Re: [squid-users] url_regex -> to bug or not to bug?

From: Schelstraete Bart <bart@dont-contact.us>
Date: Fri, 3 Jan 2003 02:55:18 -0800

>
> 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