Replies: 5 comments 1 reply
-
Some suggestions:
|
Beta Was this translation helpful? Give feedback.
-
I should have added more context.
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You need to go mini steps: split name in prefix, body and suffix. |
Beta Was this translation helpful? Give feedback.
-
So far as I know, there is no GUI setting to change the collating sequence in Nemo. There might be a way of altering the Nemo configuration, but that's an open question. By default, Nemo picks up the system locale settings, which are contained in ~/.xsessionrc. In the shell you can override the settings by prefacing your command with LC_ALL=C, which you may not like the results of any better, but it sorts in strict ASCII order. If you can select your file choice with a combination of ls and other tools, you could then run xviewer or whatever with that criterion. You might even try running LC_ALL=C nemo at the command line and see if that alters its behavior. Alternatively, do you have any table of what the hex values mean? That is, do the digits tell you anything about the file contents? That might be another way to narrow down the choice of files, whether in Nemo or on the command line. |
Beta Was this translation helpful? Give feedback.
-
I have to deal with hundreds of files, which have have mixed text and hexadecimal numbers, as such:
IMF???.IMG
... where ??? is a left zero padded 3 digit base 16 number between 000 and 3ff.
This is quite annoying to handle with Nemo and with file open dialogs. Could support for these numbering systems be added to the sort functionality? Possibly as an optional toggle in case it annoys someone?
Beta Was this translation helpful? Give feedback.
All reactions