| Last change
 on this file since 14124 was             7783, checked in by tbretz, 19 years ago | 
        
          | *** empty log message *** | 
        
          | 
              
Property                 svn:executable
 set to                 * | 
        
          | File size:
            261 bytes | 
      
      
| Line |  | 
|---|
| 1 | #!/bin/bash | 
|---|
| 2 |  | 
|---|
| 3 | src=/remote/home/pc4/stesy/Cosy/log | 
|---|
| 4 |  | 
|---|
| 5 | dir=`find $src -type d -name '*00*_*_*' | sort -r | head -1` | 
|---|
| 6 |  | 
|---|
| 7 | # echo $dir | 
|---|
| 8 |  | 
|---|
| 9 | last=`find $dir -type f -name cosy_*.log | cut -b44- | sort -r | head -1` | 
|---|
| 10 |  | 
|---|
| 11 | echo $last: | 
|---|
| 12 |  | 
|---|
| 13 | cat $dir/$last | grep Tracking | grep -v Thread | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.