Date: Sun, 15 May 2022 03:05:40 +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-Dh6HBl0pMt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253893-227@https.bugs.freebsd.org/bugzilla/> References: <bug-253893-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253893 crb <crb@ChrisBowman.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |crb@ChrisBowman.com --- Comment #17 from crb <crb@ChrisBowman.com> --- Reading this thread it seems that \s (and I note also \S) isn't supported by our sed whereas they are supported as whitespace and not whitespace in GNU = sed. While one could work around this, as has been suggested preciously, would = it be a good idea to support this? Are there other escape sequences that GNU = sed supports that we don't? If patches that support these GNUisms were submitt= ed and were not otherwise objectionable would they be likely to be committed? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253893-227-Dh6HBl0pMt>