Date: Tue, 9 Jun 1998 19:14:03 +0300 (IDT) From: Eli Zaretskii To: Nate Eldredge cc: Josh Rubin , djgpp AT delorie DOT com Subject: Re: sed hates me In-Reply-To: <19980609000834.AAA6349@ppp100.cartsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 8 Jun 1998, Nate Eldredge wrote: > sed is not, in general, very open to escape sequences in regexps. AFAIK, Sed doesn't support escape sequences at all. Never did. > In Unix sh or bash, you can do: > > sed `echo -e 's/\b//g'` Seems that you are using the Bash or echo's feature here. If so, this should also work in the DJGPP ports of these two tools.