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 -- Gerardo Exequiel Pozzi ( djgera ) http://www.djgera.com.ar KeyID: 0x1B8C330D Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D