From: Kjeld DOT F DOT Christensen AT dxd DOT ericsson DOT se Subject: BUG? read and pipe 9 Apr 1998 02:49:19 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; name="BUG?"; charset=US-ASCII Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT 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 AT cygnus DOT com" with one line of text: "help".