How can I make eza sort filenames alphanumerically (i.e., character-by-character) rather than numerically?
#1565
Unanswered
jiangyun-fun
asked this question in
Q&A, Howto, Help
Replies: 1 comment
-
|
I don't think there is such |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, given the files:
eza -1outputs:But I expect:
(as
ls -1would show, which does pure lexicographic sorting).Is there an option or workaround to achieve this behavior in
eza?Beta Was this translation helpful? Give feedback.
All reactions