3 bugs

John Wiersba John.Wiersba@medstat.com
Tue Apr 18 11:50:00 GMT 2000


> -----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



More information about the Cygwin mailing list