#!/bin/tcsh
foreach i ( ../raw_09no08_solaris/L* )
#cat ../raw.sparc_013109_conv/$i $i > new/$i
/cvs/cds/llo/target/ldasgw1/cts2l $i $i:t
echo $i:t
end

