source: trunk/Cosy/gettracking@ 12009

Last change on this file since 12009 was 7783, checked in by tbretz, 18 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 261 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
7# echo $dir
8
9last=`find $dir -type f -name cosy_*.log | cut -b44- | sort -r | head -1`
10
11echo $last:
12
13cat $dir/$last | grep Tracking | grep -v Thread
Note: See TracBrowser for help on using the repository browser.