💾 Archived View for freeshell.de › tldr › groff.gmi captured on 2023-01-29 at 04:52:57. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
GNU replacement for the `troff` and `nroff` typesetting utilities.
groff {path/to/input.roff} > {path/to/output.ps}
groff -man -T ascii {path/to/manpage.1} | less --RAW-CONTROL-CHARS
groff -man -T html {path/to/manpage.1} > {path/to/manpage.html}
groff {-t} {-p} -{me} -T {pdf} {path/to/input.me} > {path/to/output.pdf}
eval "$(grog -T utf8 {path/to/input.me})"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).