Commands

colcrt

[-] [-2] [file …]

This command is a hack to display underlines, tables, and other half-line intensive output on terminals that can't display underlines. It works by double-spacing the output and putting dashes on the empty line beneath the word that is to be underlined.

Example: Colcrt might be used to display the tbl.n table file as follows:

tbl tbl.n | nroff -ms | colcrt - | less

- Do not underline. Typically used in displaying tables.
-2 Print all half-lines whether they're empty or not. (Leads to a uniform appearance, but eats up space.)

eqn

[ -rvCNR ] [ -dcc ] [ -Tname ] [ -Mdir ] [ -fF ] [ -sn] [ -pn ] [ -mn ] [ files… ]

eqn is used in conjunction with troff to compile equation descriptions into troff format.

Example: ...

Get Linux® Desk Reference, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.