#!/bin/csh -f
set reading=$1
sed -n -e "s/.*${reading}\([0-9.]*\).*/\1/p" log
