1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:37:35 +00:00

ls: Display results in long format when -n or -o are used

This commit is contained in:
Tim Ledbetter 2023-09-27 06:11:47 +01:00 committed by Andreas Kling
parent dc19de58d0
commit d618ef58fb
2 changed files with 7 additions and 4 deletions

View file

@ -30,8 +30,8 @@ If no *path* argument is provided the current working directory is used.
* `-G`: Use pretty colors
* `-i`, `--inode`: Show inode ids
* `-I`, `--raw-inode`: Show raw inode ids if possible (see Notes to understand when this will not work)
* `-n`, `--numeric-uid-gid`: In long format, display numeric UID/GID
* `-o`, In long format, do not show group information
* `-n`, `--numeric-uid-gid`: In long format, display numeric UID/GID. Implies `-l`
* `-o`: In long format, do not show group information. Implies `-l`
* `-h`, `--human-readable`: Print human-readable sizes
* `--si`: Print human-readable sizes in SI units
* `-K`, `--no-hyperlinks`: Disable hyperlinks