groff
Verified for current stable LTS
Groff Commands
Groff command syntax with verified terminal examples.
Commands
9 commands for Groff
groff HTTP
Groff Command: Format Output For Postscript Printer
groff <path/to/input.roff> > <path/to/output.ps> groff Operations
Groff Command: Render Man Page Ascii Output
groff -man -T ascii <path/to/manpage.1> | less --RAW-CONTROL-CHARS groff Operations
Groff Command: Render Man Page Ascii To Pager
groff -man -T ascii <path/to/manpage.1> | less --RAW-CONTROL-CHARS groff Operations
Groff Command: Render Man Page To Html
groff -man -T html <path/to/manpage.1> > <path/to/manpage.html> groff Operations
Groff Command: Render Man Page To Html File
groff -man -T html <path/to/manpage.1> > <path/to/manpage.html> groff Operations
Groff Command: Run Groff Command With Grog
eval "$(grog -T utf8 <path/to/input.me>)" groff Operations
Groff Command: Run Groff With Grog Options
eval "
$(grog -T utf8 <path/to/input.me>)" groff Operations
Groff Command: Typeset Roff File To Pdf With Tables And Pictures
groff <-t> <-p> -<me> -T <pdf> <path/to/input.me> > <path/to/output.pdf> groff Operations
Groff Command: Typeset Roff With Tables And Pictures To Pdf
groff <-t> <-p> -<me> -T <pdf> <path/to/input.me> > <path/to/output.pdf> Suggest a Groff Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Groff workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.