From: rrankin AT primenet DOT com (Rick Rankin) Subject: Re: Bash operator << broken in 17.1 21 Feb 1997 22:52:18 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <3.0.1.32.19970221221914.006a58e4.cygnus.gnu-win32@mailhost.primenet.com> References: <330BB265 DOT 68C18D96 AT gustos DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Sender: rrankin AT mailhost DOT primenet DOT com X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Original-To: Doug Kushner , gnu-win32 AT cygnus DOT com In-Reply-To: <199702202157.OAA27008@usr10.primenet.com> Original-Sender: owner-gnu-win32 AT cygnus DOT com Make sure you have a /tmp directory. You can either create one directly (mkdir /tmp), or you can mount a temp directory from another drive. In my case, I've mounted my /tmp from drive D: (mount d:/tmp /tmp). Either approach will fix the problem. Rick At 02:57 PM 2/20/97 -0700, Doug Kushner wrote: >> The bash operator << is broken in GNU-WIN32 17.1 under Windows NT 4.0. >> For example, try this: >> >> cat >test << XYZ >> > 1 >> > 2 >> > XYZ >> >> You get an error like >> >> bash.exe: 410230543 File or directory not found > >This is broken under Win95 as well. Most frustrating, since this feature >is a must for the porting project that I'm working on. :( > >Doug > >- >For help on using this list, send a message to >"gnu-win32-request AT cygnus DOT com" with one line of text: "help". > > - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".