Changeset 12980 for trunk/DataCheck/FillAuxData.sh
- Timestamp:
- 03/01/12 11:41:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/FillAuxData.sh
r12979 r12980 93 93 94 94 95 # get last 2nights96 dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` )95 # get last 3 nights 96 dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` ) 97 97 #dates=( `find $ziprawdata -mindepth 3 -type d | sort | sed "s/\${ziprawdata_for_sed}//g" | sed -e 's/^\///'` ) #all available dates in /loc_data/zipraw 98 #echo ${dates[@]}99 #dates=( "2012/02/21" "2012/02/20" "2012/02/19" "2012/02/18" )100 98 printprocesslog "INFO processing the following night(s): "${dates[@]} 101 99 echo `date`": processing the following night(s): "${dates[@]} >> $logfile 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.