groff
Verified for current stable LTS
Groff Command: Render Man Page Ascii To Pager
Use for render man page ascii to pager with Groff. Exact CLI syntax to render man page ascii to pager using Groff.
When to use this: Use for render man page ascii to pager with Groff.
Command Syntax
groff -man -T ascii <path/to/manpage.1> | less --RAW-CONTROL-CHARS groff -man -T ascii <path/to/manpage.1> | less --RAW-CONTROL-CHARS Command Breakdown
-man- Command Option
- Tool-specific option used by this command invocation.
-T- Command Option
- Tool-specific option used by this command invocation.
--RAW-CONTROL-CHARS- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to render man page ascii to pager 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: Format Output For Postscript Printer
groff <path/to/input.roff> > <path/to/output.ps> Groff Command: Render Man Page To Html groff -man -T html <path/to/manpage.1> > <path/to/manpage.html> Groff Command: Run Groff With Grog Options eval "
$(grog -T utf8 <path/to/input.me>)" Groff Command: Typeset Roff With Tables And Pictures To Pdf groff <-t> <-p> -<me> -T <pdf> <path/to/input.me> > <path/to/output.pdf> Cargo Locate Project Command: Locate Specific Manifest Path cargo locate-project --manifest-path <path/to/Cargo.toml>