Changeset 9214 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/08/09 15:06:15 (16 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9213 r9214  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2009/01/08 Stefan Ruegamer
     22
     23   * datacenter/scripts/filesondisk
     24     - added S and N runs
     25
     26
    2027
    2128 2009/01/07 Daniel Hoehne-Moench
  • trunk/MagicSoft/Mars/datacenter/scripts/filesondisk

    r9008 r9214  
    7171printprocesslog "INFO checking ccfiles"
    7272filename=$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})?_" > $filename
     73find $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
    7474
    7575echo "resetting runs..." >> $scriptlog 2>&1
     
    138138filename=$filesondisklogpath/rawfilesondisk-$datetime.txt
    139139
    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})?_" > $filename
     140find $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
    141141
    142142echo "resetting runs..." >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.