mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
f25eb90ed8
- Update WWW [2] - Bump port revision [2] Submitted by: Kevin Oberman <oberman@es.net> [1], Emanuel Haupt <ehaupt@critical.ch> [2] (maintainer) PR: ports/85994 [1], ports/86154 [2]
15 lines
680 B
Plaintext
15 lines
680 B
Plaintext
most is a pager (like less) that displays, one windowful at a time,
|
|
the contents of a file on a terminal. It pauses after each windowful
|
|
and prints the following on the window status line: the screen, the
|
|
file name, current line number, and the percentage of the file so far
|
|
displayed.
|
|
|
|
In addition to displaying ordinary text files, most can also display
|
|
binary files as well as files with arbitrary ascii characters. As an
|
|
option, autosensing of binary files can be disabled (via the -k
|
|
option), thereby allowing one to browse files encoded in a different
|
|
language (Japanese, Korean, Chinese, etc).
|
|
|
|
WWW: http://www.jedsoft.org/most/
|
|
FTP: ftp://ftp.jedsoft.org/pub/davis/most
|