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
+5
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`.