X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <528996CE.9020803@codespunk.com> Date: Sun, 17 Nov 2013 23:25:50 -0500 From: "Matt D." User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Working with bash and cat Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I just downloaded bsh204br3.zip from current but when executing the following script I get an error "Bad file descriptor (EBADF)": echo 1 | cat I tried downloading the latest beta bsh205bbr3.zip but then whenever I pipe something into cat, nothing gets output to the screen. Is there a more recent version of bash I can download which fixes these problems? Matt D.