When I try to execute this command which is valid according to man 1 kill
I receive an error instead of proper functionality.
$ kill --timeout 1000 TERM --signal QUIT 12345
bash: kill: -timeout: invalid signal specification
I am using the util-linux
version of kill
.
env kill
if you don't want to hard-code an absolute path and instead take the firstkill
utility that occurs in$PATH
. – Kusalananda Jan 01 '22 at 18:29