mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #5024 from cakebaker/docs_add_ls_long_to_extensions
docs: add "ls --long" to extensions
This commit is contained in:
commit
043830082f
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…
Add table
Add a link
Reference in a new issue