Carl Cerecke wrote:
Carl Cerecke wrote:

The old ls used to sort:

.c
B
a

The new ls sorts files case insensitively, and ignores dot,
so we get:
a
B
.c
ls -v gives the good old ascii sorted version.
That it does so is not obvious from the man page though.

Cheers,
Carl.


Reply via email to