bug-ed
[Top][All Lists]
Advanced

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

Re: [Bug-ed] g /RE/COMMAND-LIST not working ?


From: Martin Guy
Subject: Re: [Bug-ed] g /RE/COMMAND-LIST not working ?
Date: Mon, 11 May 2015 03:08:08 +0200

Hi! There are some issues with your ed syntax

On 11/05/2015, 積丹尼 Dan Jacobson <address@hidden> wrote:
> $ ed Ready.couches.html
> 215152
> 1,$/大溪/d
> ?

Here, the "g" is missing

> ,/大溪/d

Here, the first address is missing

> 1,$g /大溪/d

This specifies "space" as the pattern delimiter, not /

> 1,$ g /44/d

Again, space troubles


For me, "1,$g/s/d" works OK. Of course, there may be secondary
problems with the Unicode encoded characters. Can you try again with
valid syntax and without spaces and let us know?

Thanks

    M



reply via email to

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