Changeset 8493 for trunk/MagicSoft/Mars/scripts/processsequence
- Timestamp:
- 05/11/07 12:29:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/scripts/processsequence
r8492 r8493 218 218 checkreturncode 219 219 220 calfiles=`find $calpath -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*_Y_*.root`220 calfiles=`find $calpath -name 20[0-2][0-9][01][0-9][0-3][0-9]_*_Y_*.root` 221 221 222 222 echo "run merpp update for calibrated files..." … … 232 232 mkdir -pv $merpplogpath 233 233 234 date=`date --date \`basename $calfile | cut -d_ -f1 +%Y/%m/%d\``234 date=`date --date \`basename $calfile | cut -d_ -f1\` +%Y/%m/%d` 235 235 ccpath=$subsystempath/cc/$date 236 236 cacopath=$subsystempath/caco/$date
Note:
See TracChangeset
for help on using the changeset viewer.