#!/bin/tcsh

      
foreach time (03*)
        rename $time t$time $time
       break
    
end