home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / flist58.zip / FB.DOC next >
Text File  |  1990-05-14  |  6KB  |  155 lines

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