pull:QV: for(d in `{walk -dn1,1}) if(test -d $d/.git){ echo $d cd $d git/pull cd .. } echo done