# make sure fg in a subshell doesn't try to start a parent's job set -m sleep 20 & echo $(jobs) echo $(fg %% ; jobs) kill %1