GNU bug report logs -
#50185
Start of line not recognised
Previous Next
To reply to this bug, email your comments to 50185 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-sed <at> gnu.org
:
bug#50185
; Package
sed
.
(Tue, 24 Aug 2021 13:53:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
flywire <flywire0 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-sed <at> gnu.org
.
(Tue, 24 Aug 2021 13:53:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Win10
E:\>echo Foo Bar. Figure 1. |sed -n '/^Figure [0-9]\+\. /p'
Foo Bar. Figure 1.
E:\>sed --version
sed (GNU sed) 4.7
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Jay Fenlason, Tom Lord, Ken Pizzini,
Paolo Bonzini, Jim Meyering, and Assaf Gordon.
GNU sed home page: <https://www.gnu.org/software/sed/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
E-mail bug reports to: <bug-sed <at> gnu.org>.
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-sed <at> gnu.org
:
bug#50185
; Package
sed
.
(Tue, 24 Aug 2021 14:36:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 50185 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Not a bug - the ^ needs to be escaped under windows.
E:\>echo Foo Bar. Figure 1. |sed -n '/^^Figure [0-9]\+\. /p'
E:\>echo Figure 1. Foo Bar. |sed -n '/^^Figure [0-9]\+\. /p'
Figure 1. Foo Bar.
But it's not fixed either. Reports matches twice now:
E:\>sed -n '/^^Figure [0-9]\+\. /p' 46-Addons.md
Figure 1. The EzHighlight Add-on Extension.
Figure 1. The EzHighlight Add-on Extension.
Figure 2. The EzHighlight Add-on on the Tools Menu.
Figure 2. The EzHighlight Add-on on the Tools Menu.
[Message part 2 (text/html, inline)]
This bug report was last modified 3 years and 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.