Skip to main content
3 events
when toggle format what by license comment
Jul 28, 2017 at 7:57 comment added tepsijash Thank you. This gave me more than enough information to make it work. For some reason, most likely since I am running the command from a script using popen, pkill does not do anything. So instead, I simply used kill -9 $(pgrep ...) with pgrep args that filters the namespace of $$.
Jul 27, 2017 at 23:30 vote accept tepsijash
Jul 27, 2017 at 6:22 history answered cas CC BY-SA 3.0