Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3EDA1549.1090101@hack.kampbjorn.com> Date: Sun, 01 Jun 2003 17:01:29 +0200 From: Hack Kampbjorn Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en,da,es,ca MIME-Version: 1.0 To: ML CygWIN Subject: Re: [OT?] Strange filesystem behaviour References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hannu E K Nevalainen (garbage mail) wrote: > Is there someone out there who can explain this... is it plain legacy? > If there is no better explanation, lets just have it added to the archives. It's a DOS legacy "feature". In the old 8+3 days there was no periode in filenmaes it was automatically inserted between characters 8 and 9. Hence Win32 filesystem now remove any trailing periods. [hack AT winsat hack]$ cd tmp [hack AT winsat tmp]$ ls -las total 0 0 drwxrwxrwx+ 2 hack hack 0 Jun 1 16:55 . 0 drwxrwxrwx+ 10 root None 8192 Jun 1 16:55 .. [hack AT winsat tmp]$ touch a.. [hack AT winsat tmp]$ ls -las total 0 0 drwxrwxrwx+ 2 hack hack 0 Jun 1 16:55 . 0 drwxrwxrwx+ 10 root None 8192 Jun 1 16:55 .. 0 -rw-rw-rw- 1 hack hack 0 Jun 1 16:55 a [hack AT winsat tmp]$ > /Hannu E K Nevalainen, Mariefred, Sweden, 59~14'N, 17~12'E. >17~C avg/d now. > ~ <=> degree -- Med venlig hilsen / Kind regards Hack Kampbjørn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/