From: cgf AT cygnus DOT com (Christopher Faylor) Subject: Re: BUG: CYGWIN=binmode 18 Nov 1998 08:48:29 -0800 Message-ID: <19981118112603.A25994.cygnus.cygwin32.developers@cygnus.com> References: <19981118160731 DOT 8482 DOT rocketmail AT send102 DOT yahoomail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: earnie_boyd AT yahoo DOT com, cygwin developers On Wed, Nov 18, 1998 at 08:07:31AM -0800, Earnie Boyd wrote: >starting bash with >CYGWIN=notty nobinmode notitle > >and then doing after bash starts >export CYGWIN="notty binmode notitle" >echo "this is a binmode test" > binmode.test > >will output in text mode. echo is a bash built-in. It will use the binmode setting that bash was started with. cgf