Liav A
29fb3a1a60
Utilities/ls: Add an option to print raw inode numbers
...
This is only possible if listing an entire directory, because the LibC
readdir function will return the raw inode number in each struct dirent,
therefore allowing to print it as well.
2023-08-05 18:41:01 +02:00
kleines Filmröllchen
afaea38be2
Base: Expand "See Also" sections of many manpages
...
This commit focuses on the CLI utilities.
2023-07-06 10:03:48 +01:00
Tim Ledbetter
8f253a745e
Base: Update man pages for utilities
...
Man pages for utilities now more closely resemble ArgsParser output
2023-04-01 11:49:57 +01:00
Anton Kling
1ad7aa7136
ls: Add option -1 which lists one file per line
2022-02-19 18:18:13 -08:00
Ariel Don
4eba921d48
ls: Add option to list subdirectories recursively
...
List subdirectories encountered using -R or --recursive flags with ls.
2021-07-12 19:15:19 +04:30
Linus Groh
336a79a452
Base: Consistently stylize arguments in man pages as inline code
2021-05-07 16:19:49 +01:00
Andreas Kling
b413c7ae6a
ls: Only append file type indicators when -F or --classify is specified
2020-11-11 20:46:06 +01:00
Brendan Coles
28abfd6290
Userland: ls: Add -d
/ --directory
flag
2020-11-10 18:56:27 +01:00
Brendan Coles
7e0204fb41
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
2020-11-10 14:22:49 +01:00
Brendan Coles
0058d28a73
Base: Add ls man page documentation
2020-11-10 12:04:26 +01:00