bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug with multiline strings parsing and single-quoted !


From: Linda Walsh
Subject: Re: bug with multiline strings parsing and single-quoted !
Date: Sat, 06 Dec 2014 16:35:22 -0800
User-agent: Thunderbird



Greg Wooledge wrote:
On Wed, Dec 03, 2014 at 06:51:08PM +0400, Gennady Kupava wrote:
That was quite unexpected for me as a user. I checked sed script like this:
echo "a
b"| sed '/a/!d'

And that implementation detail were highly unexpected... What is the point
of multiline edits if quotes are unreliable for certain characters?

Disabling history expansion fixes all of these problems (at the cost
of history expansion, obviously).
---
But doesn't allow use of 'TAB's at the beginning of a physical line (or
a line with nothing but other white space on it (TABS & SPACES)...

That breakage is really a pain for someone who's used to cut/paste
working from editor->command line.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]