#!/bin/csh #Brian Schlinig #cleanup_02 set startdate = 9700 set endate = 9721 set date = $startdate set can = m1 set filepath = /oasis/jun96/raw while($date < $endate) foreach file ($filepath/$can.$date*) rm $file end @ date ++ end