Dear freesurfer users,

After running recon-all for all subjects, I started running qcache using the following commands:

(in the subject directory)
foreach i (*)
recon-all -s $i -qcache
end

However, the process was terminated/stopped.  Is there a way to resume the process (like what you will have with -make all).

Thank you.