[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#23493: gnu sed word replace bug
From: |
xingzx |
Subject: |
bug#23493: gnu sed word replace bug |
Date: |
Tue, 10 May 2016 01:02:35 +0800 |
Hello:
I’m not sure whether it’s gnu sed’s bug, but it just behaves different
with Mac OS X :
gnu sed(/usr/local/bin/sed (GNU sed) 4.2.2):
~ $ echo '<WebCore/DOMElement.h>'| /usr/local/bin/sed -E
's/\<WebCore\//\<WebKitLegacy\//'
<<WebKitLegacy/DOMElement.h>
Mac 10.11.3 sed(/usr/bin/sed):
~ $ echo '<WebCore/DOMElement.h>'| /usr/bin/sed -E
's/\<WebCore\//\<WebKitLegacy\//'
<WebKitLegacy/DOMElement.h>
- bug#23493: gnu sed word replace bug,
xingzx <=