xref: /inferno-os/man/1/mc (revision 0d13e2d8f571afd10965c136375ea336c9f5d9f2)
MC 1
NAME
mc - multicolumn print
SYNOPSIS
mc [ -c " columns" ] [ file ... ]
DESCRIPTION
Mc formats the contents of files (standard input by default) into columns. Columns is an integer specifying the number of character widths into which mc 's output is formatted. If run in an acme (1) window, the default columns is the number of zeros that will fit across the window; otherwise the default columns is 65.
SOURCE
/appl/cmd/mc.b
"SEE ALSO"
acme (1)
BUGS
The columns are not aligned properly if the input contains tabs.

The output doesn't fit the width of a wm-sh (1) window by default.