git-lfs/vendor/github.com/kr/text/mc
Taylor Blau 4593d0a641 vendor: vendor dependencies in vendor/ using Glide
- script/vendor received an update in order to work with Glide
- import paths have been rewritten to work with GO15VENDOREXPERIMENT
2016-05-23 12:10:35 -06:00
..
mc.go vendor: vendor dependencies in vendor/ using Glide 2016-05-23 12:10:35 -06:00
Readme vendor: vendor dependencies in vendor/ using Glide 2016-05-23 12:10:35 -06:00

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.