%fdx2txt(1) | version 1.0.3 23c5825 % R. S. Doiel % 2024-07-09
fdx2txt
fdx2txt [OPTIONS]
fdx2txt is a command line program that reads an fdx file and returns plain text
-help : display help
-license : display license
-version : display version
-i : read input from file
-o : write output to file
-newline : add a trailing newline
Convert screenplay.fdx into screenplay.txt.
fdx2txt -i screenplay.fdx -o screenplay.txt
Or alternatively
cat screenplay.fdx | fdx2txt > screenplay.txt