[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] sed, new binutil/shellutil
On Tue, 11 Apr 2000 16:59:58 -0400 (EDT), Katherine Ellis wrote:
>
> 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.
Don't know if this helps, but under tcsh with GNU sed version 2.04 I use
% echo "machine {NAME}" | sed "s,{NAME},`uname`,g"
to get:
% machine TOS/FreeMiNT
Regards,
Ralph