- Timestamp:
- 07/29/08 17:07:13 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9048 r9049 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2008/07/29 Stefan Ruegamer 22 23 * datacenter/scripts/zipscript 24 - modified the regex for finding the run number such that it 25 satisfies the new raw file convention 26 27 20 28 21 29 2008/07/28 Daniela Dorner -
trunk/MagicSoft/Mars/datacenter/scripts/zipscript
r8886 r9049 56 56 do 57 57 echo "processing file $file..." >> $scriptlog 2>&1 58 runno=`basename $file | cut -d_ -f2`58 runno=`basename $file | sed -e 's/.*20[01][0-9]\{5\}_\(M[12]_\)\?.*\([0-9]\{8\}\).\([0-9]\{3\}\)\?.*/\2/'` 59 59 query="SELECT fSequenceFirst FROM RunData WHERE fRunNumber="$runno 60 60 echo " sending query: $query" >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.