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   henne...@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

Reply via email to