Directory named "." created at /: seems to have happened during update

Michael Hennebry hennebry@web.cs.ndsu.nodak.edu
Tue Mar 2 16:07:00 GMT 2010


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 ../
>> <etc etc>
> 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@web.cs.ndsu.NoDak.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



More information about the Cygwin mailing list