Changeset 9214 for trunk/MagicSoft/Mars
- Timestamp:
- 01/08/09 15:06:15 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9213 r9214 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2009/01/08 Stefan Ruegamer 22 23 * datacenter/scripts/filesondisk 24 - added S and N runs 25 26 20 27 21 28 2009/01/07 Daniel Hoehne-Moench -
trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
r9008 r9214 71 71 printprocesslog "INFO checking ccfiles" 72 72 filename=$filesondisklogpath/ccfilesondisk-$datetime.txt 73 find $subsystempath/cc/ -regextype posix-egrep -regex "^$subsystempath/cc/20[01][0-9]/[01][0-9]/[0-3][0-9]/20[01][0-9][01][0-9][0-3][0-9]_(M[0-9]_)?[0-9]{5,8}(\.[0-9]{3,5})?_[PCD ]_.*.rep$" | grep -E -o "(_M[0-9])?_[0-9]{5,8}(\.[0-9]{3,5})?_" > $filename73 find $subsystempath/cc/ -regextype posix-egrep -regex "^$subsystempath/cc/20[01][0-9]/[01][0-9]/[0-3][0-9]/20[01][0-9][01][0-9][0-3][0-9]_(M[0-9]_)?[0-9]{5,8}(\.[0-9]{3,5})?_[PCDSN]_.*.rep$" | grep -E -o "(_M[0-9])?_[0-9]{5,8}(\.[0-9]{3,5})?_" > $filename 74 74 75 75 echo "resetting runs..." >> $scriptlog 2>&1 … … 138 138 filename=$filesondisklogpath/rawfilesondisk-$datetime.txt 139 139 140 find $datapath/rawfiles/20[01][0-9] -regextype posix-egrep -regex "^$datapath/rawfiles/20[01][0-9]/[01][0-9]/[0-3][0-9]/20[01][0-9][01][0-9][0-3][0-9]_(M[0-9]_)?[0-9]{5,8}(\.[0-9]{3,5})?_[PCD ]_.*\.raw(\.gz)?$" | grep -E -o "(_M[0-9])?_[0-9]{5,8}(\.[0-9]{3,5})?_" > $filename140 find $datapath/rawfiles/20[01][0-9] -regextype posix-egrep -regex "^$datapath/rawfiles/20[01][0-9]/[01][0-9]/[0-3][0-9]/20[01][0-9][01][0-9][0-3][0-9]_(M[0-9]_)?[0-9]{5,8}(\.[0-9]{3,5})?_[PCDSN]_.*\.raw(\.gz)?$" | grep -E -o "(_M[0-9])?_[0-9]{5,8}(\.[0-9]{3,5})?_" > $filename 141 141 142 142 echo "resetting runs..." >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.