job control weirdness
Justin C. Sherrill
justin at shiningsilence.com
Sat Apr 8 18:39:50 PDT 2006
On Sat, April 8, 2006 9:09 pm, Sascha Wildner wrote:
> Note that the first fg doesn't work but the second does. My feeling is
> that this is not expected behavior.
>
> It occurs in HEAD here but I think it is in 1.4.x as well.
I got the same results on 1.4.2.
justin at dev# yes > /dev/null
^Z
Suspended
justin at dev# bg
[1] yes > /dev/null &
justin at dev# fg
fg: No current job.
justin at dev# ls
(dir listing)
justin at dev# fg
yes > /dev/null
^C
justin at dev#
More information about the Bugs
mailing list