for i in *.TTF; do mv $i `echo $i | sed -e \
 's/\.TTF/.ttf/g'`; done
this is no good, abiword is still looking for .afm files in that
folder... i can create afm files from my ps files... but i don't know
which ones to create.. why can it just not read straight from the ttf
file?

btw... does anyone have a script that changes ttf files into the
respective .afm file. I have one but it needs a sed command in it, and i
don't know how sed works.... something like;
for A in *.ttf ; do ttftool -f $A -a $A.afm ; done

cheers,
Sam
-- 
core error - bus dumped

Reply via email to