Ausam/doc/man/man1/mc.1

Find at most related files.
including files from this version of Unix.

.th MC I MAR/76
.sh NAME
mc \*- filter which splits output into columns
.sh SYNOPSIS
.bd mc
[+m]
[-n]
[:i]
[file]
.sh DESCRIPTION
.bd MC
reads from the standard input ( or "file" if the argument is given )
and writes to the standard output splitting as many lines as possible
per line. "-n" sets the line width (default 80)
with ":i" setting indicating the indent (default 0)
and "+m" sets the number of blanks to be printed
between input lines (default 2).
The line length is not affected by the indent.
.sh EXAMPLES
ls ^ mc
.br
nm /net/caltech/unix | mc -130 | pr -h "Cal conf" | lpr
.sh BUGS
It should break on lines terminated by a :.
This would allow ls dir1 dir2^mc to work.