Tim Ledbetter
1e21e95a1b
pkill: Add --ignore-case
as an alias for the -i
option
2023-06-10 07:35:52 +02:00
Tim Ledbetter
69b6c6f62c
pkill: Add -x
option to only select exact matches
2023-06-10 07:35:52 +02:00
Tim Ledbetter
a253be6abf
pkill: Add -U
option to filter matches by UID or login name
2023-06-10 07:35:52 +02:00
Tim Ledbetter
caa7edff92
pkill: Add -c
option to print the number of matches
2023-06-10 07:35:52 +02:00
Tim Ledbetter
6753cf8b20
pkill: Print errors when killing a process to stderr
2023-06-10 07:35:52 +02:00
Ali Mohammad Pur
500044906d
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
...
This is not guaranteed to always work correctly as ArgsParser deals in
StringViews and might have a non-properly-null-terminated string as a
value. As a bonus, using StringView (and DeprecatedString where
necessary) leads to nicer looking code too :^)
2023-03-01 10:47:19 +01:00
Tim Schumacher
8940f2da7f
LibCore: Use Core::Stream
for ProcessStatisticsReader
2022-12-10 11:49:24 +00:00
Liav A
9d1ba0e6ad
Utilities: Use new global variables at /sys/kernel/ directory
2022-10-25 15:33:34 -06:00
Maxwell Trussell
f5e68fcc20
Utilities: Add pkill
2022-10-13 11:15:33 +02:00