#!/bin/csh -f # # "I wrote this." --pink # set progname = ${0} set progname = ${progname:t} set usage = "Usage: ${progname} [-h[elp]] command start end [offset]" if ($# < 1 ) then echo $usage exit 1 endif if ("${argv[1]}" == "-h" || "${argv[1]}" == "-help") then cat <