#!/bin/csh

foreach i ( *eps )
sed -e 's/KEorchid300/LMD+KE+ORCHIDEE/' -e 's/KEtorchid300/MY+TH+KE+ORCHIDEE/' -e 's/orchid300/LMD+TI+ORCHIDEE/' -e 's/KEt150/MY+TH+KE+BUCKET/' $i > ! C/$i
end
