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 |
|