#!/bin/csh #Brian Schlinig #cleanup_00a set startdate = 9507 set endate = 9536 set date = $startdate set can = m1a set filepath = /oasis/mar95/raw while($date < $endate) foreach file ($filepath/$can.$date*) rm $file end @ date ++ end