[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] sed, new binutil/shellutil
- To: Katherine Ellis <kellis@fdn.com>
- Subject: Re: [MiNT] sed, new binutil/shellutil
- From: Tomas Berndtsson <tomas@nocrew.org>
- Date: 11 Apr 2000 23:09:56 +0200
- Cc: MiNT List <mint@fishpool.com>
- In-reply-to: Katherine Ellis's message of "Tue, 11 Apr 2000 16:59:58 -0400 (EDT)"
- References: <Pine.GSO.4.05.10004111658440.10445-100000@shell2>
- Sender: owner-mint@fishpool.com
- User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5
Katherine Ellis <kellis@fdn.com> writes:
> Hi, just a quick question, but this doesn't work in KGMD tools, I would
> like to know if it works with New sparemint packages?
>
> example:
>
> echo "machine {NAME}" | sed s/{NAME}/`uname`/g
>
> This should work, but didn't with kgmd.
It worked with my KGMD sed (version 2.05), but I'm using a newer bash
(2.04), so it might be an old bash you're using which doesn't work
with that.
Tomas