https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271817
Bug ID: 271817
Summary: sed: range change with N results in no output
Product: Base System
Version: 13.2-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
To reproduce:
printf '%s\n' a b c d e f | sed '
/a/,/b/c\
x
$!N
'
Expected output:
x
c
d
e
f
Actual output:
--
You are receiving this mail because:
You are the assignee for the bug.
