if (-e update.*.tar.Z ) then 
  echo 'I found upodate files'
else
	echo 'no update file available'
endif
