mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:18:12 +00:00
ls: Add the -g
option to omit owner information in long format
This commit is contained in:
parent
d618ef58fb
commit
cb1851f3cc
2 changed files with 11 additions and 6 deletions
|
@ -32,6 +32,7 @@ If no *path* argument is provided the current working directory is used.
|
|||
* `-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. Implies `-l`
|
||||
* `-o`: In long format, do not show group information. Implies `-l`
|
||||
* `-g`: In long format, do not show owner 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