#!/bin/csh -f
#

extract -c $* | awk '{print $4}'

