#!/bin/csh -f
#set date = `date`
set date = ( ab10 12bc 1xy )
foreach i ($date)
	if ( $i =~ [0-9]* ) echo ">>>  $i <<<"
end
