*                                                                    more 
Chapter 5 Map Information Operations
*
more
*
*   Allows the user to view ascii text, and binary files.
*
*        more ftype [fname] [col]
*
*   Invokes the LTPlus more command (similar to unix more, but also displays   
*   non-text characters as the decimal ascii (3 digit) value compressed into 
*   a single character position.  All non-text characters will be displayed 
*   after the first occurance of a non-text character OTHER THAN line-feed, 
*   carriage-return, tab, or form-feed is encountered.  This includes both 
*   control (ascii 0-31) and extension (128-255) characters.  Column width of 
*   output is controled with the col parameter.
*   ___________________________________________________________________________
*   Options/arguments:
*
*        ftype     File type, where the valid options are:
*                       config         config file (fname not req.)
*                       cursor_key     a cursor_key file
*                       default_head   def. header file (fname not req.)
*                       diary          current map's diary file (fname not
*                                      req.)
*                       dictionary     an attribute dictionary file
*                       digmenu        a digmenu file
*                       digitizer      a digitizer device file
*                       export         a file in the export directory
*                       header         current map's header file (fname not
*                                      req.)
*                       import         a file in the import directory
*                       macro          a macro file
*                       map_list       a maplist file
*                       menu_set       a menuset file
*                       other          any complete file name
*                       pen            a plotter penfile
*                       tolerance      The tolerance file (fname not req.)
*    
*        fname     File name; not used for the following ftype files:
*    
*                  config, default_head, diary, header, tolerance
*    
*                  The fname parameter should not be a full path name except
*                  when ftype is other.   The path name for all other file
*                  types is determined by the ftype argument (i.e., if ftype
*                  is a macro and the macro name is cub_mac, the full path is
*                  presumed to be:
*              
*                  /u[sr]/ltp/macros/cub_mac
*
*         col      The number of screen columns to use when displaying the 
*                  file.  Default = 80.
*   ___________________________________________________________________________
*   Example(s):
*
*   To display a file called   bear_mt.rlc   which is in the import directory,
*   enter:
*
*        more import bear_mt.rlc
*
*   ___________________________________________________________________________
*   See also:
*
*             edit
*   ___________________________________________________________________________
