docs/src/extensions: Sort uses arbitrary precision decimal numbers

This commit is contained in:
Nicolas Boichat 2025-06-04 09:05:49 +02:00
parent 7457a76f40
commit a2f9543a14

View file

@ -153,6 +153,15 @@ See also comments under `printf` for formatting precision and differences.
`seq` provides `-t`/`--terminator` to set the terminator character.
## `sort`
When sorting with `-g`/`--general-numeric-sort`, arbitrary precision decimal numbers
are parsed and compared, unlike GNU coreutils that uses platform-specific long
double floating point numbers.
Extremely large or small values can still overflow or underflow to infinity or zero,
see note in `seq`.
## `ls`
GNU `ls` provides two ways to use a long listing format: `-l` and `--format=long`. We support a