Changeset 17908
- Timestamp:
- 05/27/14 22:17:26 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/DataCheck/PlotQuality.sh
r17589 r17908 7 7 if [ "$certaindate" != "" ] 8 8 then 9 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 10 if [ "$checkstring" = "" ] 11 then 12 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 13 finish 14 fi 9 15 getdates $certaindate 10 16 else … … 26 32 for date in ${dates[@]} 27 33 do 28 #echo $date34 #echo "processing "$date"..." 29 35 outpath=$anapath/quality/$date 30 36 logfile=$anapath/quality/$date/quality.log
Note:
See TracChangeset
for help on using the changeset viewer.