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

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

Re: sed


From: Stepan Kasal
Subject: Re: sed
Date: Thu, 12 Sep 2002 15:30:29 +0200
User-agent: Mutt/1.2.5.1i

Hallo,
you wrote (a month ago):

 There is no way to make the search string case insensitive
 in sed.

The GNU sed has a special flag `I' for this:

/test/I p
s/test/x/Ig

HTH,
        Stepan Kasal




reply via email to

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