On Thu, 2007-05-03 at 00:27 +0800, Crayon wrote: > On Thursday 26 April 2007 14:15, Iain Buchanan wrote:
> > (There's always `emerge -C gnome; emerge kde` but I don't know if that > > will fix everything ;) > > Yeah, good old konq just does the right thing :) just to confirm that konqueror sorts the "right" way, could you run this little one-liner script? And then tell me how it looks in konq? mkdir test-sort; cd test-sort; for ((i=1; i<=30; i++)); do touch `printf "MOV%03X.MOV\n" $i`; done; cd ..; ls -l test-sort If anyone else wants to run it in their file-browser of choice, and let me know how it's ordered, I'd be grateful too :) thanks, -- Iain Buchanan <iaindb at netspace dot net dot au> Work consists of whatever a body is obliged to do. Play consists of whatever a body is not obliged to do. -- Mark Twain -- [EMAIL PROTECTED] mailing list