mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
Userland: ls: Add -o
and -B
/ --ignore-backups
flags
* `-B`, --ignore-backups`: Do not list implied entries ending with ~ * `-o`, In long format, do not show group information
This commit is contained in:
parent
5fae567008
commit
7e0204fb41
2 changed files with 20 additions and 5 deletions
|
@ -19,12 +19,14 @@ If no *path* argument is provided the current working directory is used.
|
|||
* `--help`: Display this message
|
||||
* `-a`, `--all`: Show dotfiles
|
||||
* `-A`: Do not list implied . and .. directories
|
||||
* `-B`, --ignore-backups`: Do not list implied entries ending with ~
|
||||
* `-l`, `--long`: Display long info
|
||||
* `-t`: Sort files by timestamp
|
||||
* `-r`, `--reverse`: Reverse sort order
|
||||
* `-G`: Use pretty colors
|
||||
* `-i`, `--inode`: Show inode ids
|
||||
* `-n`, `--numeric-uid-gid`: In long format, display numeric UID/GID
|
||||
* `-o`, In long format, do not show group information
|
||||
* `-h`, `--human-readable`: Print human-readable sizes
|
||||
* `-K`, `--no-hyperlinks`: Disable hyperlinks
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue