1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00

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
parent 70f3fa2dd2
commit 1ad7aa7136
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