#!/bin/csh #Brian Schlinig #extractM1_09 set startdate = 98001 set endate = 98267 set date = $startdate set can = m1 set filepath = /oasis/may97/raw while($date < $endate) foreach file ($filepath/$can.$date.*) nice /oasis/bin/extract -i specprr -c /2s0/data/brian/mooring/cfg/m1.cfg $file end @ date ++ end