source: trunk/MagicSoft/Cosy/gettracking@ 7782

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