fdx2txt
fdx2txt OPTIONS
fdx2txt is a command line program that reads an fdx file and returns plain text
Convert screenplay.fdx into screenplay.txt.
fdx2txt -i screenplay.fdx -o screenplay.txt
Or alternatively
cat screenplay.fdx | fdx2txt > screenplay.txt