Notice how I need two steps to stop this running job:

$ jobs
[1]+  Running                 firefox &
$ fg
firefox
^Z
[1]+  Stopped                 firefox

As there is no
$ stop %1
like command.

OK, I suppose I can use

$ kill -s SIGSTOP %1
$
[1]+  Stopped                 firefox

OK, never mind. Market demand too low to add...


Reply via email to