From bfc7411dece9fbcc8674adc00fb76fbc3b02c6bf Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Mon, 1 Apr 2024 07:45:47 +0200 Subject: [PATCH] docs: document existing ls --sort=name feature --- docs/src/extensions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/extensions.md b/docs/src/extensions.md index 79746498f..2319b2a6f 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -75,6 +75,9 @@ number of spaces representing a tab when determining the line length. GNU `ls` provides two ways to use a long listing format: `-l` and `--format=long`. We support a third way: `--long`. +GNU `ls --sort=VALUE` only supports special non-default sort orders. +We support `--sort=name`, which makes it possible to override an earlier value. + ## `du` `du` allows `birth` and `creation` as values for the `--time` argument to show the creation time. It