docs/vendor/github.com/kr/text/mc
Ying Li 51dc1747e4 Move the godeps workspace to the vendor directory to be compliant with Go 1.6
Signed-off-by: Ying Li <ying.li@docker.com>
2016-03-08 11:28:04 -08:00
..
Readme Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
mc.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00

Readme

Command mc prints in multiple columns.

  Usage: mc [-] [-N] [file...]

Mc splits the input into as many columns as will fit in N
print positions. If the output is a tty, the default N is
the number of characters in a terminal line; otherwise the
default N is 80. Under option - each input line ending in
a colon ':' is printed separately.