# This script loops over the private and public data providers directories # and inserts the new data files into the LDM product queue PATH=/home/ldm/bin:/home/ldm/wfipbin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin echo Start `date` yj=`date -u --date="-1 day" +%y%j` cd /home/ldm/models/ncep_gfs rm "$yj"* cd /home/ldm/models/ncep_nam rm "$yj"* cd /home/ldm/models/gsd_ruc rm "$yj"*.ini echo Stop `date` echo -----