mirror of
https://github.com/restic/restic.git
synced 2025-07-29 00:33:36 +00:00
9 lines
360 B
Plaintext
9 lines
360 B
Plaintext
Enhancement: Add `sort` option to `ls` command
|
|
|
|
The `ls -l` command output can now be sorted using the new `--sort <field>`
|
|
option for the fields `name`, `size`, `time` (same as `mtime`), `mtime`,
|
|
`atime`, `ctime` and `extension`. A `--reverse` option is also available.
|
|
|
|
https://github.com/restic/restic/issues/4179
|
|
https://github.com/restic/restic/pull/5182
|