Changeset 7322 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 08/27/05 16:35:34 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 2 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'` -
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7321 r7322 57 57 58 58 59 rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' `59 rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma'` 60 60 61 61 if [ "$rootfiles" = "" ]
Note:
See TracChangeset
for help on using the changeset viewer.