- Timestamp:
- 04/14/13 00:29:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillEffectiveOn.sh
r15259 r15331 3 3 # option 4 4 doupdate="yes" # update all entries (needed when new fields have been added) 5 #doupdate="no" # fill only entries which are not yet existing (default)5 doupdate="no" # fill only entries which are not yet existing (default) 6 6 7 7 … … 30 30 # `date +%Y/%m/%d --date="-156hour"` `date +%Y/%m/%d --date="-180hour"` `date +%Y/%m/%d --date="-204hour"` \ 31 31 ) 32 #dates=( `find -L $ziprawdata -mindepth 3 -type d | sort -r | sed "s/\${ziprawdata_for_sed}//g" | sed -e 's/^\///'` ) #all available dates in /loc_data/zipraw32 dates=( `find -L $ziprawdata -mindepth 3 -type d | sort -r | sed "s/\${ziprawdata_for_sed}//g" | sed -e 's/^\///'` ) #all available dates in /loc_data/zipraw 33 33 34 dates=( "2012/11/19" )34 #dates=( "2012/11/19" ) 35 35 36 36 printprocesslog "INFO processing the following night(s): "${dates[@]}
Note:
See TracChangeset
for help on using the changeset viewer.