- Timestamp:
- 11/25/05 11:17:51 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
r7265 r7426 82 82 echo "checking files for sequence $sequence..." >> $scriptlog 2>&1 83 83 no=`printf %08d $sequence | cut -c 0-4` 84 no2=`printf %08d $sequence` 84 85 outpath=$logpath/checkfileavail/$no 85 86 echo "outpath: "$outpath >> $scriptlog 2>&1 86 87 makedir $outpath >> $scriptlog 2>&1 88 89 sequencefile=$sequpath/$no/sequence$no2.txt 87 90 88 check1=`root -q -b $macrospath/checkfileavail.C+\(\""$sequence \""\) | tee $outpath/checkfileavail-$sequence.log | grep int | sed -e 's/(int)//'`91 check1=`root -q -b $macrospath/checkfileavail.C+\(\""$sequencefile\""\) | tee $outpath/checkfileavail-$sequence.log | grep int | sed -e 's/(int)//'` 89 92 90 93 case $check1 in
Note:
See TracChangeset
for help on using the changeset viewer.