[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 27 17:38:31 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893
David Schlachter <fbsd-bugzilla at schlachter.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fbsd-bugzilla at schlachter.ca
--- Comment #3 from David Schlachter <fbsd-bugzilla at schlachter.ca> ---
A simpler test case is just:
printf "\n\n\n\n" | sed "/^\s*$/d"
Expected behaviour is that the empty lines will be filtered out.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list