| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | "Hannu E K Nevalainen" <_garbage_collector_ AT telia DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: can't open file for writing |
| Date: | Sun, 5 Sep 2004 21:12:19 +0200 |
| Message-ID: | <NGBBLLIAMFLGJEOAJCCEEENADNAA._garbage_collector_@telia.com> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <20040903213311.47094.qmail@web61202.mail.yahoo.com> |
| X-IsSubscribed: | yes |
C Schreiner, ++++++-owner AT cygwin.+++ wrote:
> I can not save to a nonexistant file name under
> Cygwin, but I can under Windows.
>
> When I type:
>
> cat "hello" > foo.txt
I suppose you MEANT "echo" here... otherwise:
$ cat "hello" >foo.txt
cat: hello: No such file or directory
$ echo "hello" >foo.txt
$ cat foo.txt
hello
> 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
> filesystems.
<SNIP>
/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems --72-->
** mailing list preference; please keep replies on list **
-- printf("LocalTime: UTC+%02d\n",(DST)? 2:1); --
--END OF MESSAGE--
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |