From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18335 invoked by alias); 17 Sep 2010 23:06:21 -0000 Received: (qmail 18326 invoked by uid 22791); 17 Sep 2010 23:06:21 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from spam.fgm.com (HELO spam.fgm.com) (216.1.16.124) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Sep 2010 23:06:16 +0000 X-ASG-Debug-ID: 1284764759-589ee6000001-w5GHUG Received: from va-ex03.fgm.com ([216.2.55.102]) by spam.fgm.com with ESMTP id ayzDR2Pdv6kHy6bG (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO) for ; Fri, 17 Sep 2010 19:05:59 -0400 (EDT) X-Barracuda-Envelope-From: daniel@fgm.com X-Barracuda-Apparent-Source-IP: 216.2.55.102 X-ASG-Whitelist: Client Received: from [10.10.40.105] (10.10.40.105) by va-ex03.fgm.com (216.2.55.102) with Microsoft SMTP Server id 14.1.218.12; Fri, 17 Sep 2010 19:05:59 -0400 Message-ID: <4C93F457.9040302@fgm.com> Date: Sat, 18 Sep 2010 03:37:00 -0000 From: Daniel Barclay User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.13) Gecko/20100914 SeaMonkey/2.0.8 MIME-Version: 1.0 To: Subject: Re: where was mention of what creates NUL files? References: <4C93A171.4040402@fgm.com> <4C93A3C4.80508@redhat.com> <20100917193829.GA18327@calimero.vinschen.de> X-ASG-Orig-Subj: Re: where was mention of what creates NUL files? In-Reply-To: <20100917193829.GA18327@calimero.vinschen.de> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Barracuda-Connect: UNKNOWN[216.2.55.102] X-Barracuda-Start-Time: 1284764759 X-Barracuda-Encrypted: AES128-SHA X-Barracuda-URL: http://spam.fgm.com:8000/cgi-mod/mark.cgi X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2010-09/txt/msg00603.txt.bz2 Corinna Vinschen wrote: ... > > Note: Don't use DOS device names in Cygwin! > > Wrong: > > $ echo foo> NUL > $ echo foo> nul > $ echo foo> nul: > > Right: > > $ echo foo> /dev/null Yes, I know. I'm not using NUL (or nul or nul:, etc.), but something is. (Now I'm thinking that it's an NTEmacs problem (perhaps thinking it's running commands in a Windows/DOS shell rather than knowing it's running them in Cygwin bash.).) Daniel -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple