On Mon, Apr 20, 2015 at 4:31 PM, Martin d'Anjou <martin.danjo...@gmail.com> wrote:
> Here is an implementation of how the user can specify an alternate > termination sequence: > https://github.com/martinda/gnu-parallel/compare/optional-termination-sequence?expand=1 > > Your input is welcome. Let us say you do not know that 9 = KILL (it took me several UNIX years before I learned that), but you want to send kill -9. How should that be expressed in --termseq? Do I want to send the signal to the process group or just the process (and will that make any difference in real life situations)? /Ole