Ignore:
Timestamp:
07/10/06 23:52:28 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/gettracking

    r7782 r7783  
    55dir=`find $src -type d -name '*00*_*_*' | sort -r | head -1`
    66
    7 echo $dir
     7# echo $dir
    88
    99last=`find $dir -type f -name cosy_*.log | cut -b44- | sort -r | head -1`
    1010
    11 echo $dir/$last:
     11echo $last:
    1212
    1313cat $dir/$last | grep Tracking | grep -v Thread
Note: See TracChangeset for help on using the changeset viewer.