#! /bin/csh -f 

#execution
	if ( -e f36 ) then
		$dvdir/object/vlinn.exe < f36 | more
	else
		echo 'f36 not found'
		exit
	endif
