#
set mesg = "Please enter the name of the host CPU to retrieve node file from: "
echo $mesg
getwhere:
set where_from = ($<)
if ($#where_from == 0) then
	goto getwhere
endif	
				# save distribution copy of /etc/hosts
touch /etc/hosts
cp /etc/hosts /etc/hosts.orig
rcp $where_from\:/etc/hosts /etc/hosts
