mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +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` 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…
Reference in a new issue