#!/bin/csh #Brian Schlinig #extractM1_01 set startdate = 95075 set endate = 95077 set date = $startdate set can = m1b set filepath = /oasis/mar95/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