commands.sh

unrtf

linux

Convert RTF files to other file formats.

More info →

Examples (3)

Convert an RTF file to HTML (default)

unrtf path/to/file.rtf

Convert an RTF file to plain ASCII

unrtf --text path/to/file.rtf

Convert an RTF file to LaTeX

unrtf --latex path/to/file.rtf
made by @shridhargupta | data from tldr-pages