diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:57:41 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:57:41 +0000 |
commit | c72c1cf5f95cbe537b005028f1743cddb16ef203 (patch) | |
tree | 93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /misc/most/DESCR | |
parent | 37637e483f1bf6574e9306aebbd013bb63d888d6 (diff) | |
download | pkgsrc-c72c1cf5f95cbe537b005028f1743cddb16ef203.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'misc/most/DESCR')
-rw-r--r-- | misc/most/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/most/DESCR b/misc/most/DESCR new file mode 100644 index 00000000000..90ea523a77d --- /dev/null +++ b/misc/most/DESCR @@ -0,0 +1,11 @@ +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). |