Blob


1 .TH MC 1
2 .SH NAME
3 mc \- multicolumn print
4 .SH SYNOPSIS
5 .B mc
6 [
7 .B -
8 ]
9 [
10 .BI - N
11 ]
12 [
13 .I file ...
14 ]
15 .SH DESCRIPTION
16 .I Mc
17 splits the input into as many columns as will fit in
18 .I N
19 print positions.
20 If run in a
21 .IR 9term (1),
22 .IR xterm (1),
23 or
24 .IR acme (1)
25 window, the default
26 .I N
27 is the number of blanks that will fit across the window;
28 otherwise the default
29 .I N
30 is 80.
31 Under option
32 .B -
33 each input line ending in a colon
34 .L :
35 is printed separately.
36 .SH SOURCE
37 .B \*9/src/cmd/draw/mc.c
38 .SH "SEE ALSO"
39 .IR 9term (1),
40 .IR acme (1),
41 .IR acme (4),
42 .IR xterm (1),
43 .IR pr (1),
44 .I lc
45 in
46 .IR ls (1)