Changeset 18322 for trunk/DataCheck/Processing/FillRatescans.sh
- Timestamp:
- 08/31/15 01:34:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillRatescans.sh
r18212 r18322 16 16 if [ "$certaindate" != "" ] 17 17 then 18 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'\|'^[0-9][0-9][0-9]$'`19 if [ "$checkstring" = "" ]20 then21 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)"22 finish23 fi24 18 getdates $certaindate 25 19 else … … 33 27 printprocesslog "INFO processing the following night(s): "${dates[@]} 34 28 echo `date`": processing the following night(s): "${dates[@]} >> $logfile 2>&1 35 36 #echo ${dates[@]}37 29 38 30 cd $mars
Note:
See TracChangeset
for help on using the changeset viewer.