avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] Re: [avr-gcc-list] Re: What Happened to the sbi() and


From: Ned Konz
Subject: Re: [avr-libc-dev] Re: [avr-gcc-list] Re: What Happened to the sbi() and cbi() Macros????
Date: Wed, 2 Feb 2005 11:05:00 -0800
User-agent: KMail/1.7.2

On Wednesday 02 February 2005 10:09 am, Joerg Wunsch wrote:
> > I would have used awk but it has no -i command-line switch to allow
> > in-place edits.
>
> Uh, standard sed doesn't have it either.
>
> The common logic is to use
>
> sed -e ... < $file > ${file}.tmp && mv -f ${file}.tmp $file

Doesn't WinAVR ship with GNU sed?

-- 
Ned Konz
http://bike-nomad.com


reply via email to

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