# This script loops over the private and public data providers directories # and inserts the new data files into the LDM product queue PATH=/home/dwelsh/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin echo Start `date -u` cd /wfipdata/public/ttu # change back slash to forward slash if havefiles utc ; then for f in utc*-tower.txt do echo $f mv $f temp cat temp | tr "\\" "/" > $f rm temp done mv utc*-tower.txt CsiDatalogger/TowerMet/lbk fi echo Stop `date -u` echo -----