Changeset 7938 for trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
- Timestamp:
- 08/25/06 14:51:40 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
r7902 r7938 42 42 lockfile=$lockpath/lock-insertdatasets.txt 43 43 44 scriptlogpath=$ logpath/run/insertdatasets/`date +%Y/%m`44 scriptlogpath=$runlogpath/$program 45 45 makedir $scriptlogpath 46 46 … … 65 65 no2=`grep 'AnalysisNumber:' $datasetfile | sed -e 's/AnalysisNumber://g' | sed -e 's/ //g'` 66 66 no3=`printf %08d $no2` 67 no4=`printf %08d $no2 | cut -c 1-5` 67 68 # compare the two datasetnumber 68 69 # continue only if number is the same … … 93 94 echo " " >> $scriptlog 2>&1 94 95 95 insertdatasetpath=$logpath/insertdataset/$no 396 insertdatasetpath=$logpath/insertdataset/$no4 96 97 makedir $insertdatasetpath >> $scriptlog 2>&1 97 98 insertdatasetlog=$insertdatasetpath/insertdataset-$no3.log
Note:
See TracChangeset
for help on using the changeset viewer.