cash icon indicating copy to clipboard operation
cash copied to clipboard

kill jobspec shoud be pkill

Open dschep opened this issue 10 years ago • 1 comments

GNU coreutils (whis what this emulates, not Linux) kill only kills process by pid. pkill is the POSIX command for killing processes by name (which GNU&BSD coreutils implement).

dschep avatar Feb 24 '16 02:02 dschep

That's true. I kind of guiltily added that in there, but after I implement pkill I'll remove the feature.

dthree avatar Feb 24 '16 03:02 dthree