mc 508 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. window, the default
  23. .I N
  24. is the number of blanks that will fit across the window;
  25. otherwise the default
  26. .I N
  27. is 80.
  28. Under option
  29. .B -
  30. each input line ending in a colon
  31. .L :
  32. is printed separately.
  33. .SH SOURCE
  34. .B /sys/src/cmd/mc.c
  35. .SH "SEE ALSO"
  36. .IR rio (1),
  37. .IR pr (1),
  38. .I lc
  39. in
  40. .IR ls (1)