I want to use watch jobs
to see an updated showing of all the jobs I have running, but when I try to do it, all I get is the headline of watch and a blank screen. But using the script
while (1)
sleep 10;
clear;
jobs;
end
does work, where is the problem?