Changeset 7322 for trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
- Timestamp:
- 08/27/05 16:35:34 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
r7277 r7322 98 98 no=`printf %08d $run | cut -c 0-2` 99 99 no2=`printf %08d $run` 100 rawfile=`find /magic/data/rawfiles/ -name *${run} *.raw`100 rawfile=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw` 101 101 echo "rawfile: "$rawfile >> $scriptlog 2>&1 102 date=`find /magic/data/rawfiles/ -name *$ run*.raw | cut -c 22-31`102 date=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw | cut -c 22-31` 103 103 echo "date: "$date >> $scriptlog 2>&1 104 104 date2=`echo $date | sed -e 's/\//-/g'`
Note:
See TracChangeset
for help on using the changeset viewer.