libtool-patches
[Top][All Lists]
Advanced

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

Re: MinGW issue


From: Bob Friesenhahn
Subject: Re: MinGW issue
Date: Sat, 9 Oct 2004 20:04:11 -0500 (CDT)

On Sat, 9 Oct 2004, Bob Friesenhahn wrote:

And this is confirmed:

Cygwin:

% echo hello | sed -e 1iEXPORTS
EXPORTS
hello

MinGW:

$ echo hello | sed -e 1iEXPORTS
sed: -e expression #2, char 3: Extra characters after command

I found this in the sed FAQ at http://www.dbnet.ece.ntua.gr/~george/sed/OLD/sedfaq.html:

   GNU sed v3.02a
   Now a,i,c commands can accept a string after them.

So the capability to support this syntax was added to GNU sed after the 3.02 release. Solaris sed does not support this syntax.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

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