date and time created 82/04/04 19:30:10 by sam
[unix-history] / usr / src / old / vpr / vprint.sh
#
if ($1 == "-W") then
shift
pr -l86 $*:q | vpr -W
else
# pr -l84 $*:q | vpr
pr -f $*:q | vpr -l
endif