X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Date: Tue, 2 Mar 2010 09:59:35 -0600 (CST) From: Michael Hennebry To: Thomas Wolff cc: cygwin AT cygwin DOT com Subject: Re: Directory named "." created at /: seems to have happened during update In-Reply-To: <4B8BE5A1.6000005@towo.net> Message-ID: References: <4B8BDC2C DOT 20406 AT bonhard DOT uklinux DOT net> <4B8BE5A1 DOT 6000005 AT towo DOT net> User-Agent: Alpine 1.00 (DEB 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Mon, 1 Mar 2010, Thomas Wolff wrote: > On 01.03.2010 16:24, Fergus wrote: >> etc all to no avail. And also I see the / after the listing: >> >> ls -al /m >> total 16 >> drwxr-xr-x 14 fergus ver_1.5 0 Jan 1 1970 ./ >> drwxr-xr-x 14 fergus ver_1.5 0 Jan 1 1970 ./ >> drwxr-xr-x 15 fergus ver_1.5 0 Jan 1 1970 ../ >> > These are not safe checks. I've got weird directory names created myself > which contained control characters that rendered invisible... > > Do either of: > ls | od -ab > or > ls | od -t ax1 > or > ls > ls > and inspect the output with a binary-transparent editor (e.g. mined :) ) ls -abF should work. -- Michael hennebry AT web DOT cs DOT ndsu DOT NoDak DOT edu "Pessimist: The glass is half empty. Optimist: The glass is half full. Engineer: The glass is twice as big as it needs to be." -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple