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:Link Click S01E04.mkv Link Click S01E05.mkv Link Click S01E05.5.mkv Link Click S01E06.mkv
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.