You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no idea where the sorting algorithm comes from--whether from the kernel, distro, or whatever, but when I list files using ls -lah the order is different than when sorting the same directory using Files.
It's very confusing.
The text was updated successfully, but these errors were encountered:
Use the --group-directories-first flag with ls to sort the listing the same way as Files (when Files is sorting on filename). Use the --sort=size or -S, --sort=time or -t, --sort=extension or -X to match other Files sort settings.
Files has its own internal sorting algorithm and it is not user configurable at the moment. It sorts hidden files after normal files within each group.
I'm +1 on making ls sorting match Files, but that would be something to file against the default settings package. I'm going to close this here since it can't be fixed in Terminal and move discussion to this new issue: elementary/default-settings#8
I have no idea where the sorting algorithm comes from--whether from the kernel, distro, or whatever, but when I list files using
ls -lah
the order is different than when sorting the same directory using Files.It's very confusing.
The text was updated successfully, but these errors were encountered: