home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / DSKUTL11.ZIP / PAGE.MAN < prev    next >
Encoding:
Text File  |  1991-06-29  |  2.1 KB  |  133 lines

  1.      page (local)             Disk Utilities v1.1              page (local)
  2.  
  3. NNAAMMEE 
  4.           page  -  This  program is a simple pager (allows one to view
  5.      text files easily and quickly).  If no files are given the  pager
  6.      will  take  it's input  from standard input (stdin), otherwise it
  7.      will view the files given on  the command line.  
  8.  
  9.  
  10. SSYYNNOOPPSSIISS 
  11.           page -ht# [file ...] 
  12.  
  13.  
  14. EENNVVIIRROONNMMEENNTTSS 
  15.  
  16.           Options  for  this  program  will  also  be  looked  for  in
  17.      command.com's environment.    This  is  done with the set command
  18.      (e.g. set page=t8 causes page to always use the option t8  -  tab
  19.      of size 8).  
  20.  
  21.  
  22. OOPPTTIIOONNSS 
  23.  
  24.      h - Display help (show command format).  
  25.  
  26.      t#  -  Use a tab size of #. The pager defaults to a tab size of 4
  27.      if none is specified.  
  28.  
  29.  
  30. CCOOMMMMAANNDDSS 
  31.  
  32.      / - Do a case sensitive foward search.  
  33.  
  34.      . - Do a non case sensitive foward search.  
  35.  
  36.      n - repeat previous search.  
  37.  
  38.      <home> - Go to beginning of file.  
  39.  
  40.      <end> - Go to end of file.  
  41.  
  42.      <backspace>, <page-up>, ^B - View previous page.  
  43.  
  44.      <space>, <page-down>, ^F - View next page.  
  45.  
  46.      h - Display help.  
  47.  
  48.      <up-arrow>, k - Display previous line.  
  49.  
  50.      <down-arrow>, j - Display next line.  
  51.  
  52.      f - Proceed to next file, and if no more files to view quit.  
  53.  
  54.      q - Quit even if there are still more files to view.  
  55.  
  56.  
  57. EEXXAAMMPPLLEESS 
  58.  
  59.           ls -la | page 
  60.      The pager takes its input from standard input  (stdin),  in  this
  61.      case the "ls -la" command.  
  62.  
  63.           page *.c *.h 
  64.  
  65.                                       -1-
  66.  
  67.      page (local)             Disk Utilities v1.1              page (local)
  68.  
  69.      Pages through all .c and .h files.  
  70.  
  71.  
  72. BBUUGGSS 
  73.  
  74.           The  pager  crashes the machine on exit when a line contains
  75.      more than 944 (1024-80) backspaces.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                                       -2-
  132. !
  133.