Changeset 7631
- Timestamp:
- 04/11/06 11:23:32 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7630 r7631 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/04/11 Daniel Hoehne, Daniela Dorner 22 23 * datacenter/scripts/dodatacheck: 24 - fixed bug in finding raw-files 25 26 20 27 21 28 2006/04/10 Daniel Hoehne -
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
r7529 r7631 125 125 var1=$date 126 126 var2=$no2 127 rawfile=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw `127 rawfile=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw -o -name *${run}_[D,P,C,S]_*_E.raw.gz` 128 128 echo "rawfile: "$rawfile >> $scriptlog 2>&1 129 date=` find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw| cut -c 22-31`129 date=`echo $rawfile | cut -c 22-31` 130 130 echo "date: "$date >> $scriptlog 2>&1 131 131 # for sinope the date is needed in the format YYYY-MM-DD
Note:
See TracChangeset
for help on using the changeset viewer.