bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

have bg, fg, but lack stop


From: jidanni
Subject: have bg, fg, but lack stop
Date: Sun, 20 Dec 2009 10:30:27 +0800

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

[Prev in Thread] Current Thread [Next in Thread]