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: <03F4742D8225D21191EF00805FE62B9904B3F1C7@aa-msg-01.medstat.com> From: John Wiersba To: "'earnie_boyd AT yahoo DOT com'" , "'Thomas DOT Wolff AT icn DOT siemens DOT de'" , cygwin AT sourceware DOT cygnus DOT com Subject: RE: 3 bugs Date: Tue, 18 Apr 2000 14:45:05 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-OriginalArrivalTime: 18 Apr 2000 18:49:33.0577 (UTC) FILETIME=[D63D6790:01BFA966] > -----Original Message----- > From: Earnie Boyd [mailto:earnie_boyd AT yahoo DOT com] > Sent: Tuesday, April 18, 2000 1:17 PM > > Have you tried quoting techniques? > > rm b\. > rm "b." > rm "b\." Well, sort of. $ ls -li total 0 20061687 -rw-r--r-- 1 administ JRW 0 Apr 18 14:04 b 20061687 -rw-r--r-- 1 administ JRW 0 Apr 18 14:04 b. $ rm b $ ls -li ls: b.: No such file or directory total 0 $ touch b $ ls -li total 0 20389367 -rw-r--r-- 1 administ JRW 0 Apr 18 14:14 b 20389367 -rw-r--r-- 1 administ JRW 0 Apr 18 14:14 b. Note the different "inode" numbers. Apparently, there is a directory entry for b. which is pathologically linked to the name b (no dot). -- John Wiersba -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com