bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Subject:sed Insert line does not work


From: Stepan Kasal
Subject: Re: Subject:sed Insert line does not work
Date: Thu, 23 Sep 2004 12:48:20 +0200
User-agent: Mutt/1.4.1i

Hello,

On Thu, Sep 23, 2004 at 12:29:05PM +0200, Paolo Bonzini wrote:
> sed -e "32i\" -e inserted tmp.txt

I guess you mean
        sed -e "32i\\" -e inserted tmp.txt
or
        sed -e '32i\' -e inserted tmp.txt

The later seem more natural for me, but the former works also with
DOS/Windows command line.

Stepan




reply via email to

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