delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-Id: | <200604061335.k36DZmv1030619@tigris.pounder.sol.net> |
From: | cygwin AT trodman DOT com (Tom Rodman) |
Reply-to: | cygwin AT cygwin DOT com |
To: | cygwin AT cygwin DOT com |
Subject: | gawk 3.1.5-4 - how does BINMODE work.. tried BEGIN {BINMODE="rw";} |
In-reply-to: | <200604061304.k36D4dqU030525@tigris.pounder.sol.net> |
References: | <200604051824 DOT k35IOLTm023813 AT tigris DOT pounder DOT sol DOT net> <200604061304 DOT k36D4dqU030525 AT tigris DOT pounder DOT sol DOT net> |
Date: | Thu, 06 Apr 2006 08:35:48 -0500 |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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 |
On Thu 4/6/06 8:04 CDT cygwin AT cygwin DOT com wrote: > OK - I read Corinna's ANNOUNCEMENT on gawk-3.1.5-4. I'll try the BINMODE variable. I read the info page on gawk and BINMODE, it does not seem to be working: ~ $ cygcheck -c gawk Cygwin Package Information Package Version Status gawk 3.1.5-4 OK ~ $ printf "\r\n"|awk 'BEGIN {BINMODE=3;}; {print}'|od -c 0000000 \n 0000001 ~ $ printf "\r\n"|awk 'BEGIN {BINMODE="rw";}; {print}'|od -c 0000000 \n 0000001 How do I get sed 4.1.5-1 to act in text mode again? --snip -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |