                                                                rename

Chapter 7 File Management

Any map which is located along the default maps_path path (see config) may be
renamed.  This is not the same as making a copy.  This is equivalent to a
UNIX/Xenix mv command.

rename

    Renames a map.
     
         rename name1 name2

    Permits the user to rename an existing map (name1) to a new name  (name2).
    The existing map must be along the default data path.
    ___________________________________________________________________________
    Options/arguments:

         name1     Old file name
         name2     New file name
    ___________________________________________________________________________
    Example(s):

    To rename a map called cub_creek to cub_cr, enter:

         rename cub_creek cub_cr
    ___________________________________________________________________________
    See also:

              acquire, create, purge
    ___________________________________________________________________________
