mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
docs/src/extensions: Sort uses arbitrary precision decimal numbers
This commit is contained in:
parent
7457a76f40
commit
a2f9543a14
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue