
troff
List of commands for troff:
-
troff:tldr:2fa85 troff: Format output as [a]SCII text using the [man] macro package.$ troff -T ${ascii} -${man} ${path-to-input-roff} | grottytry on your machineexplain this command
-
troff:tldr:38c22 troff: Format output as a [pdf] file, saving the output to a file.$ troff -T ${pdf} ${path-to-input-roff} | gropdf > ${path-to-output-pdf}try on your machineexplain this command
-
troff:tldr:7cd4c troff: Format output for a PostScript printer, saving the output to a file.$ troff ${path-to-input-roff} | grops > ${path-to-output-ps}try on your machineexplain this command
-
troff:tldr:bcf9c troff: Format output for a PostScript printer using the [me] macro package, saving the output to a file.$ troff -${me} ${path-to-input-roff} | grops > ${path-to-output-ps}try on your machineexplain this command