Am Tue, 10 Mar 2009 04:46:03 -0200 schrieb Gerardo Exequiel Pozzi <vmlinuz386@xxxxxxxxxxxx>: > Andreas Radke wrote: > > Somebody else? Any known issues? > > > > -Andy > > > > > Yes, in ls -v "sort by version" problem with hidden files > > For example: > > (with coreutils-7.1) > $ touch .0 .9 .a .z .A .Z 0 9 a z A Z > $ /bin/ls -va > . .A .Z .a .z 0 9 A Z a z .0 .9 .. > > (with coreutils-6.12) > $ touch .0 .9 .a .z .A .Z 0 9 a z A Z > $ /bin/ls -va > . .. .0 .9 .A .Z .a .z 0 9 A Z a z > > You can see here the original bug report here > http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/c08e348de5c9fd02 > And a patch here > http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16902 > Please file a bug. The mailing list is a bad place I could have easily missed. -Andy