home *** CD-ROM | disk | FTP | other *** search
- page (local) Disk Utilities v1.1 page (local)
-
- NNAAMMEE
- page - This program is a simple pager (allows one to view
- text files easily and quickly). If no files are given the pager
- will take it's input from standard input (stdin), otherwise it
- will view the files given on the command line.
-
-
- SSYYNNOOPPSSIISS
- page -ht# [file ...]
-
-
- EENNVVIIRROONNMMEENNTTSS
-
- Options for this program will also be looked for in
- command.com's environment. This is done with the set command
- (e.g. set page=t8 causes page to always use the option t8 - tab
- of size 8).
-
-
- OOPPTTIIOONNSS
-
- h - Display help (show command format).
-
- t# - Use a tab size of #. The pager defaults to a tab size of 4
- if none is specified.
-
-
- CCOOMMMMAANNDDSS
-
- / - Do a case sensitive foward search.
-
- . - Do a non case sensitive foward search.
-
- n - repeat previous search.
-
- <home> - Go to beginning of file.
-
- <end> - Go to end of file.
-
- <backspace>, <page-up>, ^B - View previous page.
-
- <space>, <page-down>, ^F - View next page.
-
- h - Display help.
-
- <up-arrow>, k - Display previous line.
-
- <down-arrow>, j - Display next line.
-
- f - Proceed to next file, and if no more files to view quit.
-
- q - Quit even if there are still more files to view.
-
-
- EEXXAAMMPPLLEESS
-
- ls -la | page
- The pager takes its input from standard input (stdin), in this
- case the "ls -la" command.
-
- page *.c *.h
-
- -1-
-
- page (local) Disk Utilities v1.1 page (local)
-
- Pages through all .c and .h files.
-
-
- BBUUGGSS
-
- The pager crashes the machine on exit when a line contains
- more than 944 (1024-80) backspaces.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -2-
- !
-