Changeset 8759 for trunk/MagicSoft/Mars/datacenter/scripts/mcsequences
- Timestamp:
- 10/15/07 16:45:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/mcsequences
r8758 r8759 52 52 for dir in ${dirs[@]} 53 53 do 54 #cont=`echo $dir | cut -d/ -f6`55 cont=`echo $dir | cut -d/ -f10`54 cont=`echo $dir | cut -d/ -f6` 55 # cont=`echo $dir | cut -d/ -f10` 56 56 if [ "$cont" == "" ] 57 57 then … … 74 74 firstrun=`echo $datruns | cut -c 0-8` 75 75 # firstrun=`echo $datruns | cut -c 0-5 | sed -e 's/^0//g' -e 's/^0//g' -e 's/^0//g' -e 's/^0//g'` 76 #date=`echo $dir | cut -c 28-37 | sed -e 's/\//-/g'`76 date=`echo $dir | cut -c 28-37 | sed -e 's/\//-/g'` 77 77 # for tests 78 date=`echo $dir | cut -c 57-66 | sed -e 's/\//-/g'`78 # date=`echo $dir | cut -c 57-66 | sed -e 's/\//-/g'` 79 79 80 80 # workaround due to 5digit runnumber for data with runnumber < 35487
Note:
See TracChangeset
for help on using the changeset viewer.