[Bug 271791] sed: substitute start/end of line broken with N
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271791] sed: substitute start/end of line broken with N"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 21:31:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271791 Li-Wen Hsu <lwhsu@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #1 from Li-Wen Hsu <lwhsu@FreeBSD.org> --- This is reproducible on -current. The output of GNU sed: $ printf '%s\n' hello '' world | gsed -n -e 's/^//' -e '$!N' -e P -e D hello world -- You are receiving this mail because: You are the assignee for the bug.