From: "Mark E." To: djgpp-workers AT delorie DOT com, pjfarley AT banet DOT net Date: Tue, 24 Oct 2000 00:24:43 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Bash 2.04 beta 6a Message-ID: <39F4D6CB.20960.364B6C@localhost> In-reply-to: <4.3.1.0.20001023205604.00b0edf0@pop5.banet.net> References: <39F47A27 DOT 20049 DOT BA7D8C AT localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > open a piped command as a file: "echo #foo|" > read one line from the piped file handle > print the results of the read > close the file handle > > Well, under DJGPP "echo #foo|" produces a blank line from the first > read, rather than just "#foo". When I patched the test to use the > modified command "echo \\#foo|", then the first read got "#foo" as a > result. Do you have a testcase so I can look into this? Mark