# replace this with the path to your copy of cdf
cdf=/home/downey/bin/cdf

for file in *.lifetimes 
do
    echo $file
    $cdf -t logx $file > $file.cdf
    $cdf -t loglog $file > $file.ccdf
done
