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: E. Weddington
Subject: Re: [avr-libc-dev] Re: [avr-gcc-list] Re: What Happened to the sbi() and cbi() Macros????
Date: Wed, 02 Feb 2005 12:18:05 -0700
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

Ned Konz wrote:

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?

Yes. Version 3.02.

reply via email to

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