mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
docs: add "ls --long" to extensions
This commit is contained in:
parent
2f6a87b1d4
commit
4cdff3ba89
1 changed files with 5 additions and 0 deletions
|
@ -69,3 +69,8 @@ number of spaces representing a tab when determining the line length.
|
||||||
## `seq`
|
## `seq`
|
||||||
|
|
||||||
`seq` provides `-t`/`--terminator` to set the terminator character.
|
`seq` provides `-t`/`--terminator` to set the terminator character.
|
||||||
|
|
||||||
|
## `ls`
|
||||||
|
|
||||||
|
GNU `ls` provides two ways to use a long listing format: `-l` and `--format=long`. We support a
|
||||||
|
third way: `--long`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue