Date: Thu, 9 Mar 2000 14:13:32 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Hans-Bernhard Broeker cc: djgpp AT delorie DOT com Subject: Re: using control characters inside makefiles In-Reply-To: <8a7m9f$4lm$1@nets3.rz.RWTH-Aachen.DE> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 9 Mar 2000, Hans-Bernhard Broeker wrote: > Then something like > > grep --quied --binary `echo -e "\r"` foo.bar && dtou foo.bar > > would do. No, it won't, probably because `command` substitution removes ^M characters. Anyway, I tried the above and it didn't work for me.