the-art-of-command-line icon indicating copy to clipboard operation
the-art-of-command-line copied to clipboard

Consider adding killing by jobid

Open jankoprowski opened this issue 2 years ago • 0 comments

When [CTRL]+[C] does not work I'm dumping job to background by [CTRL]+[Z] and then I'm killing it by kill -9 %1 where 1 is job number.

jankoprowski avatar Nov 24 '22 19:11 jankoprowski