bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ls bug


From: Oliver Knill
Subject: ls bug
Date: Sun, 24 Mar 2002 20:36:15 -0500 (EST)

Hi

ls (fileutils) 4.1.5 does no more list
files with capital names first. This must
be a bug. It is the first time I see ls
behave like this.
(ls (GNU fileutils) 4.0p did it correctly)

Oliver Knill

------------------------------------------------

address@hidden:] touch A
address@hidden:] touch a
address@hidden:] touch B
address@hidden:] touch b
address@hidden:] ls
a  A  b  B
address@hidden:] ls --version
ls (fileutils) 4.1.5
Written by Richard Stallman and David MacKenzie.


address@hidden:] touch A
address@hidden:] touch a
address@hidden:] touch B
address@hidden:] touch b
address@hidden:] ls
A  B  a  b
address@hidden:] ls --version
ls (GNU fileutils) 4.0p
Written by Richard Stallman and David MacKenzie.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]