DragonFly bugs List (threaded) for 2006-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: job control weirdness
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@dev# yes > /dev/null
^Z
Suspended
justin@dev# bg
[1] yes > /dev/null &
justin@dev# fg
fg: No current job.
justin@dev# ls
(dir listing)
justin@dev# fg
yes > /dev/null
^C
justin@dev#
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]