From: Kjeld.F.Christensen@dxd.ericsson.se
Subject: BUG? read and pipe
9 Apr 1998 02:49:19 -0700
Message-ID: <H00000b000046b91.cygnus.gnu-win32@MHS>
References: <Pine.LNX.3.91.980406172315.31924B-100000@mhw.OIT.IUPUI.EDU>
Mime-Version: 1.0
Content-Type: text/plain; name="BUG?"; charset=US-ASCII
Content-Transfer-Encoding: 7bit
To: gnu-win32@cygnus.com

I have a problem combining the read command and a pipe in bash

bash.exe-2.01$ echo ffff | read ddd
bash.exe-2.01$ echo $ddd

bash.exe-2.01$ echo ffff > e
bash.exe-2.01$ read dd < e
bash.exe-2.01$ echo $dd
ffff

Is this a bug or what?

  Kjeld Flarup

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
