foreach f (`ls`) if ( -d $f ) then echo $f cd $f ./make cd .. endif end