#!/bin/csh
#

if ($#argv < 1) then
    echo "Usage: $0 filename"
    exit
endif

awk -f /oasis/bin/util/show.awk $*
