bug-coreutils
[Top][All Lists]
Advanced

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

ls -rx possible bug


From: Fergus Wright
Subject: ls -rx possible bug
Date: Thu, 20 Dec 2007 15:51:09 +1100

coreutils 6.9 'ls' command

Surprised by the error in directory listing when using -rx in combination
(see following result)
(repeat of initial directory...fails to list one directory, etc)

address@hidden /cygdrive/c/usr/xRotowara/DUMP/S
$ ls -prt
2007/  2006/  2005/  2004/

address@hidden /cygdrive/c/usr/xRotowara/DUMP/S
$ ls -x
2004  2005  2006  2007

address@hidden /cygdrive/c/usr/xRotowara/DUMP/S
$ ls -px
2004/  2005/  2006/  2007/

address@hidden /cygdrive/c/usr/xRotowara/DUMP/S
$ ls -prx
2004/  2006/  2005/  2004/

address@hidden /cygdrive/c/usr/xRotowara/DUMP/S
$ ls -rx
2004  2006  2005  2004

\thanks
AW


reply via email to

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