groff
Verified for current stable LTS
Groff Command: Format Output For Postscript Printer
Use for format output for postscript printer with Groff. Exact CLI syntax to format output for postscript printer using Groff.
When to use this: Use for format output for postscript printer with Groff.
Command Syntax
groff <path/to/input.roff> > <path/to/output.ps> groff <path/to/input.roff> > <path/to/output.ps> Command Breakdown
groff is the base executable for this command.
FAQ
Purpose: Exact syntax to format output for postscript printer using Groff.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Groff Command: Render Man Page Ascii To Pager
groff -man -T ascii <path/to/manpage.1> | less --RAW-CONTROL-CHARS Groff Command: Render Man Page To Html groff -man -T html <path/to/manpage.1> > <path/to/manpage.html> Groff Command: Typeset Roff With Tables And Pictures To Pdf groff <-t> <-p> -<me> -T <pdf> <path/to/input.me> > <path/to/output.pdf> Groff Command: Run Groff With Grog Options eval "
$(grog -T utf8 <path/to/input.me>)"