Commit Graph

1 Commits

Author SHA1 Message Date
brad
8b1c6bd28e add most port; From: William Yodlowsky <unix@resentment.org>
--
most is a paging program that displays, one windowful at a
time,  the  contents  of  a file on a terminal.  It pauses
after each windowful and prints on the window status  line
the  screen  the  file  name, current line number, and the
percentage of the file so far displayed.

Unlike other paging programs, most is capable of  display-
ing  an arbitrary number of windows as long as each window
occupies at least two screen lines.  Each window may  con-
tain the same file or a different file.  In addition, each
window has its own mode.  For example, one window may dis-
play  a  file  with its lines wrapped while another may be
truncating the lines...
2000-09-22 22:05:35 +00:00