                                                                raw_print

Chapter 5 Map Information Operations

There are 18 files associated with every map created by LTPlus.  For the most
part, those files are of little direct interest to the user.   Various commands
access and massage the data within some of those files and then present the raw
data in a format which is palatable to the user.  However, LTPlus allows
display of any of those data files, for those brave enough to  ask.  The
raw_print command allows the user to view any raw data file in its entirety or
any specified portion of selected raw data files.  It also allows the user to
view the current program status of file pointer currently open, the last 128
displayed command lines, the current malloc space.
*
raw_print

    Prints all or a portion of named raw data file.

         raw_print ftype [b e] [-d]

*   Prints the entire raw data file or a portion specified for the current
*   active map, or the last 128 lines of command line history, or a list
*   of all currently open files, or a list of all RAM currently malloced 
*   by the program.
    ___________________________________________________________________________
    Options/arguments:

         ftype     Type of raw data file, including
              diary          history        header
              job_stats      objects        errors
              register       seg_list       index_array
              coord_list     index_list     attributes
              v_attributes   v_objects      v_coordlist
*             cmd_line_hist  open_files     malloc_state
         b         Optional beginning record
         e         Optional ending record
         -d        Display output on screen only. No hardcopy.
    ___________________________________________________________________________
    Example(s):

    To print the entire register raw data file, enter:

         raw_print register
          
    To display records 450-871 of the objects raw data file without printing
    the file, enter:
     
         raw_print objects 450 871 -d
    ___________________________________________________________________________
    See also:

              edit
    ___________________________________________________________________________
