This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: 3 bugs


> -----Original Message-----
> From: Earnie Boyd [mailto:earnie_boyd@yahoo.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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]