#!/bin/csh #Brian Schlinig #cleanup_04 #set startdate = 9721 #set endate = 9737 #set date = $startdate #set can = m1 #set filepath = /oasis/may97/raw #while($date < $endate) # foreach file ($filepath/$can.$date*) # rm $file # end # @ date ++ #end set startdate = 9800 set endate = 9827 set date = $startdate set can = m1 set filepath = /oasis/may97/raw while($date < $endate) foreach file ($filepath/$can.$date*) rm $file end @ date ++ end