]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/mc
/sys/man/*/*: fix perms (sorry)
[plan9front.git] / sys / man / 1 / mc
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 rio (1)
22 or
23 .IR acme (1)
24 window, the default
25 .I N
26 is the number of blanks that will fit across the window;
27 otherwise the default
28 .I N
29 is 80.
30 Under option
31 .B -
32 each input line ending in a colon 
33 .L :
34 is printed separately.
35 .SH SOURCE
36 .B /sys/src/cmd/mc.c
37 .SH "SEE ALSO"
38 .IR rio (1),
39 .IR acme (1),
40 .IR acme (4),
41 .IR pr (1),
42 .I lc
43 in
44 .IR ls (1)