# This script sets the beginning and ending date # for calling the CopyAwstModel.bash script let ymd=20111011 while [ $ymd -lt 20111014 ] do CopyAwstModel.bash $ymd let ymd=ymd+1 done