Dear Sir,
I'd like to know the command lines for running recon-all for multiple datasets.
Can you please help me on that?
I've tried using the following command lines
cd /home/john/Anu (where I kept all the .nii files)
for x in *
do
recon-all -i SZ*.nii -s $x -all
done
But this is not working