ls: Add option -1 which lists one file per line

This commit is contained in:
Anton Kling 2022-02-19 22:51:39 +01:00 committed by Brian Gianforcaro
commit 1ad7aa7136
Notes: sideshowbarker 2024-07-17 18:30:23 +09:00
2 changed files with 4 additions and 1 deletions

View file

@ -32,6 +32,7 @@ If no *path* argument is provided the current working directory is used.
* `-h`, `--human-readable`: Print human-readable sizes
* `-K`, `--no-hyperlinks`: Disable hyperlinks
* `-R`, `--recursive`: List subdirectories recursively
* `-1`: List one file per line
## Arguments