source:
trunk/Cosy/gettracking
Last change on this file was 7783, checked in by , 19 years ago | |
---|---|
|
|
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.