1
Fork 0
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:
Sylvestre Ledru 2023-06-30 15:57:19 +02:00 committed by GitHub
commit 043830082f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.