DragonFly bugs List (threaded) for 2006-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
job control weirdness
Hi,
I've noticed the following strange behavior (at least in csh) for some
time now. Anyone know what the cause of this might be?
zoot# yes > /dev/null
^Z
Suspended
zoot# bg
[1] yes > /dev/null &
zoot# fg
fg: No current job.
zoot# ls
account/ caps/ db/ heimdal/ log/
preserve/ spool/
at/ crash/ empty/ lib/ mail/
run/ tmp@
backups/ cron/ games/ lock/ msgs/
rwho/ yp/
zoot# fg
yes > /dev/null
^C
zoot#
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.
Regards,
Sascha
--
http://yoyodyne.ath.cx
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]