docs: add "ls --long" to extensions

This commit is contained in:
Daniel Hofstetter 2023-06-30 10:31:47 +02:00
parent 2f6a87b1d4
commit 4cdff3ba89

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