I use Double Commander as my file manager for my desktop. It sorts my audio equipment files like this:
AU-217.jpg
AU-2900.jpg
AU-666.jpg
This is also what I get when I do ls -l in a terminal window. But with Caja file manager it shows:
AU-217.jpg
AU-666.jpg
AU-2900.jpg
If I use an image viewer (mcomix, nomacs) I get the same sorting behavior. It drives me nuts. I use shell scripts that use the "logical" sort and when I then use the image viewers I get confusing input. If the filenames contain hex numbers sorting is completely unfathomable. How do I get rid of this "natural" sort behavior?
-vand it then uses ASCII sorting. see gnu.org/software/coreutils/manual/…