#! /bin/csh
if ($#argv != 1) then
	echo "**** lin printer out file name (expand (?????) | lpr -Plp) ***"
	exit
endif
expand $argv[1] | lpr -Plp
