home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / ZSHELLP.ZIP / FB.DOC next >
Text File  |  1990-07-25  |  6KB  |  127 lines

  1.                     File Browse version 2.6b
  2.  
  3.                    Copyright (C) TJD Software 1988, 1989, 1990
  4.                               All rights reserved.
  5.  
  6.                              File Browse for OS/2
  7.  
  8.                                  INTRODUCTION
  9.                                  ------------
  10.  
  11.         FB is NOT free software. It is distributed as part of a package
  12.         of OS/2 utilities supplied by TJD Software. You may only
  13.         distribute UNREGISTERED versions of the package as supplied by
  14.         TJD software. For details of registration and costs see the
  15.         FLIST or MAGPACK documentation.
  16.  
  17.         For people who want more than the TYPE command to display the
  18.         contents of a file we created the File Browse program.
  19.         File Browse allows the user to go forward or backward through a
  20.         file, find strings or look at the file in hexadecimal.
  21.  
  22.         File  Browse  runs  under  OS/2  1.0, 1.1  and  1.2.   To  avoid
  23.         confusion with DOS versions it  will display on the bottom-right
  24.         of the screen which environment it is running in (OS/2).
  25.  
  26.         There is no limit to the size of a file that can be displayed by
  27.         FB other  than the limits  imposed by the operating  system.  FB
  28.         will allow you to browse files with long file names (HPFS) under
  29.         OS/2 1.2 or later. It will also adjust to make use of up to
  30.     60 lines per screen.
  31.  
  32.  
  33.                                USING THE PROGRAM
  34.                                -----------------
  35.  
  36.         To start File Browse enter:
  37.  
  38.               FB [myfile] [switches]
  39.  
  40.         on the command line. FB will come up and display the file
  41.         [myfile] if it exists. If no name was specified FB will prompt
  42.         for a filename.
  43.  
  44.         FB will recognize the following switches:
  45.               /H      display valid switches
  46.               /L      set linenumber option on
  47.               /R      set ruler option on
  48.               /E      set end of line option on
  49.               /T:nn   set TAB spacing to nn columns
  50.  
  51.         see the control keys section for an explanation of the options.
  52.  
  53.         The first page of the file  will be displayed on the screen.  At
  54.         the top of  the screen the current line, column  and filename is
  55.         displayed.   The bottom  line  is used  to  display messages  or
  56.         prompt for input.
  57.  
  58.                                  CONTROL KEYS
  59.                                  ------------
  60.  
  61.         To control FB these keys can be used:
  62.  
  63.         Arrow up       scroll up one line
  64.         Arrow down     scroll down one line
  65.         Arrow right    scroll right 10 columns, to display files wider
  66.                        than 80 columns
  67.         Arrow left     scroll left 10 columns
  68.         PgDn           scroll forward one screen
  69.         PgUp           scroll backward one screen
  70.         Home           go to the start of the file
  71.         End            go to the end of the file
  72.  
  73.         Esc            quit FB
  74.         X              quit FB
  75.         Alt-X          quit FB
  76.  
  77.         F1             display  the   help  screen.   The   HELP  screen
  78.                        displays a list of all available commands.
  79.  
  80.         /              search  for a  string.   FB will  prompt for  the
  81.                        string that  has to  be found.  BACKSPACE  can be
  82.                        used to correct errors  in the search string, ESC
  83.                        will  cancel  the  search.  Only  a  string  that
  84.                        matches exactly will be found.
  85.  
  86.         \              search for a string, ignore upper/lower case.  As
  87.                        / search, but  case-insensitive ('PROgram' is the
  88.                        same as 'program')
  89.  
  90.         F3             search again, after using / or \.
  91.  
  92.         G              Goto line.  FB will prompt for the linenumber and
  93.                        will go to that line.
  94.  
  95.         Tab            toggle  Tabs option.   This  will control  whether
  96.                        tab characters are expanded to spaces or not.
  97.  
  98.         L              toggle  Line numbers  option.  This  will control
  99.                        whether line numbers are  displayed for each line
  100.                        or not.
  101.  
  102.  
  103.         R              toggle Ruler option.  This  will control whether a
  104.                        ruler is  displayed on  top of the  screen.  Very
  105.                        useful when 'wide' files are being displayed.
  106.  
  107.         E              toggle  end of  line option.   This will  control
  108.                        whether the  end of  the line  is made  visible on
  109.                        the screen.   If this  option is  on, the  end of
  110.                        line  is displayed  by a  little triangle.   This
  111.                        option  is very  useful  if you  want  to see  if
  112.                        there are spaces at the end of a line.
  113.  
  114.         H              toggle Hex mode  option.  In hex mode,  a file is
  115.                        displayed  in  hex  'dump'  format.   Useful  for
  116.                        looking at programs or non-printable files.
  117.  
  118.                        During hex  mode, the  search and  goto functions
  119.                        can still be used!
  120.  
  121.  
  122.         T              Change TAB spacing. The default TAB spacing is
  123.                        eight columns. The MINIMUM is 1 and the
  124.                        MAXIMUM is 20.
  125.  
  126.                                       --------
  127.