Re: can't open file for writing

2004-09-08 Thread C Schreiner
Bingo, this fixed it. Thanks to all who helped. -- Christian --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Sep 8 07:34, C Schreiner wrote: > > Yes, I meant "echo": > > > > prompt> echo "hello" > foo.txt > > bash: f

Re: can't open file for writing

2004-09-08 Thread C Schreiner
Bingo, this fixed it. Thanks to all who helped. --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Sep 8 07:34, C Schreiner wrote: > > Yes, I meant "echo": > > > > prompt> echo "hello" > foo.txt > > bash: foo.txt: No such fil

RE: can't open file for writing

2004-09-08 Thread C Schreiner
1 (cygwin dll 1.5.10) in August. Did something change in cygwin that could be affecting the problem (even if it isn't Cygwin's fault)? Is it possible I somehow got some library out of sync? -- Christian --- Hannu E K Nevalainen <[EMAIL PROTECTED]> wrote: > C Schreiner, [EM

RE: can't open file for writing

2004-09-08 Thread C Schreiner
Cygwin 5.1 NT with cygwin DLL 1.5.10. Did something change in Cygwin that could be affecting this (even if it is not Cygwin's fault)? Is is possible I have some libraries out of sync? --- Hannu E K Nevalainen <[EMAIL PROTECTED]> wrote: > C Schreiner, [EMAIL PROTECTED] wr

can't open file for writing

2004-09-03 Thread C Schreiner
I can not save to a nonexistant file name under Cygwin, but I can under Windows. When I type: cat "hello" > foo.txt under Cygwin I get this error message: bash: foo.txt: No such file or directory (unless foo.txt already exists in the current directory). This only happens with network