bug#71803: ls --time=mtime is sorting by name instead of mtime

2024-06-27 Thread Pádraig Brady
On 27/06/2024 16:05, Dave wrote: The ls command without the -l option and with the --time=mtime option, is incorrectly sorting by the name rather than by the modification time. ls # sorts by name (ok) ls --time=mtime # sorts by name (should sort by mtime) // The current stateme

bug#71803: ls --time=mtime is sorting by name instead of mtime

2024-06-27 Thread Dave
The ls command without the -l option and with the --time=mtime option, is incorrectly sorting by the name rather than by the modification time. ls # sorts by name (ok) ls --time=mtime # sorts by name (should sort by mtime) ls --time=ctime # sorts by ctime (ok) ls --time=atime # so