Date: Sun, 13 Aug 2000 10:30:21 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Paul Eggert cc: meyering AT ascend DOT com, tr AT eth DOT net, djgpp-workers AT delorie DOT com, autoconf AT gnu DOT org Subject: Re: portability of sed's \{0,1\}? In-Reply-To: <200008130629.XAA17773@green-office.twinsun.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 12 Aug 2000, Paul Eggert wrote: > The sed FAQ, version 014 says: > > * Ultrix 4.3 sed doesn't support \(...\)\{...\} (the idiom used here). > * Likewise for HHsed v1.5 (by Howard Helman). > * sedmod v1.0 (by Hern Chen) doesn't support \{...\} at all. I don't see any work-arounds suggested for these problems. Does anyone know how do you express \(foo\)\{0,1\} portably?