Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <03F4742D8225D21191EF00805FE62B9904B3F1C1@aa-msg-01.medstat.com> From: John Wiersba To: "'cygwin'" Subject: RE: 3 bugs Date: Mon, 17 Apr 2000 18:20:48 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-OriginalArrivalTime: 17 Apr 2000 22:25:22.0289 (UTC) FILETIME=[D1DC4E10:01BFA8BB] > -----Original Message----- > From: Thomas DOT Wolff AT icn DOT siemens DOT de [mailto:Thomas DOT Wolff AT icn DOT siemens DOT de] > Sent: Friday, April 14, 2000 9:26 AM > To: cygwin AT sourceware DOT cygnus DOT com > Subject: 3 bugs > > My program could create a file "xy." (with a final dot) in the cygwin > environment using a link() call, but I could not manage by any means > to use, remove, or rename that file afterwards. I encounter a similar problem. Apparently, files with a trailing "." are mapped to files without any extension. $ touch ab. cd. $ ls -l -rw-r--r-- 1 administ JRW 0 Apr 17 18:21 ab -rw-r--r-- 1 administ JRW 0 Apr 17 18:21 cd $ rm ab. $ ls -l -rw-r--r-- 1 administ JRW 0 Apr 17 18:21 cd $ rm cd $ ls -l total 0 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com