.
The following is the grep 2.14 command and output:
shivanshu@thetis:tmp$ cat temp | grep -P '\xe2\x80\x93'
h–h
The following is the grep 2.16/2.22 command and output:
shivanshu@thetis:tmp$ cat temp | grep -P '\xe2\x80\x93'
d1y8@thetis:tmp$
Thanks,
Shivanshu Goyal
shivanshu.ca
Correction:
The following is the grep 2.16/2.22 command and output:
(It doesn't output anything)
shivanshu@thetis:tmp$ cat temp | grep -P '\xe2\x80\x93'
shivanshu@thetis:tmp$
On Sun, Nov 22, 2015 at 9:24 PM Shivanshu Goyal
wrote:
> Hi,
>
> I think I found a bug which