#!/bin/csh #Brian Schlinig #cleanup_01 set startdate = 9611 set endate = 9637 set date = $startdate set can = m1b set filepath = /oasis/mar95/raw while($date < $endate) foreach file ($filepath/$can.$date*) rm $file end @ date ++ end