Changeset 8763 for trunk/MagicSoft/Mars/datacenter/scripts/mcsequences
- Timestamp:
- 10/17/07 13:54:13 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/mcsequences
r8762 r8763 57 57 for dir in ${dirs[@]} 58 58 do 59 #cont=`echo $dir | cut -d/ -f6`60 cont=`echo $dir | cut -d/ -f10`59 cont=`echo $dir | cut -d/ -f6` 60 # cont=`echo $dir | cut -d/ -f10` 61 61 if [ "$cont" == "" ] 62 62 then … … 82 82 then 83 83 firstrun=`echo $datruns | cut -c 0-8` 84 #date=`echo $dir | cut -c 28-37 | sed -e 's/\//-/g'`85 date=`echo $dir | cut -c 57-66 | sed -e 's/\//-/g'`84 date=`echo $dir | cut -c 28-37 | sed -e 's/\//-/g'` 85 #date=`echo $dir | cut -c 57-66 | sed -e 's/\//-/g'` 86 86 zbin=`echo $date | cut -c 3,4` 87 87
Note:
See TracChangeset
for help on using the changeset viewer.