Regex broken??

Stephen Davies sdavies at sdc.com.au
Wed Jul 9 04:21:41 UTC 2014


On 09/07/14 13:47, Joe Zeff wrote:
> On 07/08/2014 08:47 PM, Stephen Davies wrote:
>> Any ideas?
>
> Any details?
For example,

/^xx

or

:g/^xx/s/xx/yy/

in vi finds nothing in a file with many lines starting with xx.

Similarly grep -E "^xx" and gawk '/^xx/{print}'.

In all cases, omitting the ^ finds the relevant lines (plus a whole lot more).

Difference: one with and one without regex.

HTH,
Stephen

-- 
=============================================================================
Stephen Davies Consulting P/L                             Phone: 08-8177 1595
Adelaide, South Australia.                                Mobile:040 304 0583
Records & Collections Management.


More information about the users mailing list