#!/bin/csh #Brian Schlinig #extractM1_11 set startdate = 98267 set endate = 98365 set date = $startdate set can = m1 set filepath = /oasis/raw/tar 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