When -r and -o are used -o is ignored. Example command: killall -9 -o 5m -r '.git.' All git processes are killed all the time. It doesn't matter that some of them are running sice less than 5 minutes.
Thanks for your report. I have found that the -o and -y options were in the wrong part of the loop and were missed when using -r.
Commit [86e8d8] has these fixes, along with some refactoring of the loop itself.
Commit: [86e8d8]
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Thanks for your report. I have found that the -o and -y options were in the wrong part of the loop and were missed when using -r.
Commit [86e8d8] has these fixes, along with some refactoring of the loop itself.
Related
Commit: [86e8d8]