# This script moves the ANL data from psd2app to wfipingest1 cd /cygdrive/y/bao/wfip/anl echo Start `date -u` #ls -l if scp * dwelsh@wfipingest1:/wfipdata/public/anl/data ; then rm -f * fi echo Stop `date -u` echo -----