#! /bin/csh
# process - C Shell script to remove processed OASIS data 
#		and reprocess it all
#

set oasis = /oasis
set bin = $oasis/bin
set nonomatch

set mooring = test/m2
cd $oasis/$mooring

foreach name (adcp ctd fluor gf gps metsys oasis pco2 shutter0 specprr specprr.volts tstring)
	cd $oasis/$mooring/$name
	foreach file (99*)
		ln $file 19$file
	end
end
