it’s so confusing that the order changes when adding IDENTICAL strings to BOTH filenames. Is this really how it’s supposed to be?
it’s so confusing that the order changes when adding IDENTICAL strings to BOTH filenames. Is this really how it’s supposed to be?
What you’re looking for is version sort. Here’s how
ls -1v
sorts those files in the terminal, for example:Nemo might be able to support version sort by way of a plugin, but I have not found one. The
nnn
CLI file manager supposedly supports version sort.