This is the mail archive of the cygwin@cygwin.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: Trailing Periods on File Names


On Thu, Apr 05, 2001 at 11:38:14AM -0700, Randall R Schulz wrote:
>Hi,
>
>I just discovered some odd behavior.
>
>Witness:
>
>% mkdir dir
>% cd dir
>% ls -l
>total 0
>% echo "I like Cygwin" >|File
>% ls -l
>total 0
>-rw-r--r--   1 randall  None           15 Apr  5 11:31 File
>%
>% ls -l File.
>-rw-r--r--   1 randall  None           15 Apr  5 11:31 File.
>%
>% ls -l File..
>-rw-r--r--   1 randall  None           15 Apr  5 11:31 File..
>%
>% ls -l File...
>-rw-r--r--   1 randall  None           15 Apr  5 11:31 File...
>%
>% ls -l File....
>-rw-r--r--   1 randall  None           15 Apr  5 11:31 File....
>%
>% diff File File.
>% diff File. File...
>
>
>Curious, no? Perhaps this is a side-effect of the potential aliasing of 
>suffix-less names and the same name with a ".exe" suffix?

It's windows behavior.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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