#!/bin/csh -f # args # $1 = tarfile # $2 = file to compare against /bin/ls -l $2 /usr/bin/tar tvf $1 $2