Skip to main content

Crate procutils_pkill

Crate procutils_pkill 

Source

Structs§

Args
Signal processes based on name and other attributes.

Constants§

MAN

Functions§

preprocess_argv
Lift the first -SIG / -NUM / -NAME argument out of argv and rewrite it as --signal SIG, so the rest of the args parse normally. The signal name can include or omit the SIG prefix; only the first matching argument is consumed (subsequent ones are passed through unchanged).
run