mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 11:07:45 +00:00
ls: Display results in long format when -n
or -o
are used
This commit is contained in:
parent
dc19de58d0
commit
d618ef58fb
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue