Skip to content

Commit

Permalink
Merge pull request #5024 from cakebaker/docs_add_ls_long_to_extensions
Browse files Browse the repository at this point in the history
docs: add "ls --long" to extensions
  • Loading branch information
sylvestre authored Jun 30, 2023
2 parents 2f6a87b + 4cdff3b commit 0438300
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 0438300

Please sign in to comment.