Thread: Batch rtf -> txt with unRTF
i want turn folder of rtf files <filename.rtf> filename.txt unrtf. ideas?
file in *.rtf; do
unrtf --text $file
done
doesn't seem work.
try
code:for file in $(ls|grep *.rtf); unrtf --text $file; done
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Batch rtf -> txt with unRTF
Ubuntu
Comments
Post a Comment