Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2021 17:38:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)
Message-ID:  <bug-253893-227-IVsSbVrYPc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253893-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893

David Schlachter <fbsd-bugzilla@schlachter.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fbsd-bugzilla@schlachter.ca

--- Comment #3 from David Schlachter <fbsd-bugzilla@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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253893-227-IVsSbVrYPc>