| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Mon, 7 Oct 2002 10:42:42 -0400 |
| From: | Christopher Faylor <cgf AT redhat DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: gawk not taking redirected input under command.com |
| Message-ID: | <20021007144242.GE7767@redhat.com> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <20021007141426 DOT 38339 DOT qmail AT web40602 DOT mail DOT yahoo DOT com> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <20021007141426.38339.qmail@web40602.mail.yahoo.com> |
| User-Agent: | Mutt/1.4i |
On Mon, Oct 07, 2002 at 07:14:26AM -0700, Barry Buchbinder wrote:
> C:\> gawk '{print "x" $0 "y"}' < autoexec.bat
>gave no "x" but "y" was at the *beginning* of the line!
Calm down.
>C:\> gawk '{print $0 "yz" }' < autoexec.bat
>showed that what was happening was that the "yz" was *overwriting* the
>beginning of the line.
So, to summarize, this is a standard CRLF problem. If you look at the
output in od or less you can see what is going on.
I don't know why this version of gawk is having CRLF problems. I'll
check to see if this is a cygwin problem or a gawk problem but I suspect
it is a gawk problem.
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |