1 02/15/85  move_names
 2 
 3 Syntax as a command:
 4    move_names from_path1 {to_path1...from_pathN to_pathN}
 5 
 6 
 7 Function: moves all the names but the one used to designate the entry
 8 from one entry (directory, segment, multisegment file, data management
 9 file, extended entry, or link) to another.  To copy the alternate
10 names, see copy_names.
11 
12 
13 Arguments:
14 from_pathi
15    is the pathname of the entry whose names are to be moved.  The star
16    convention is not allowed.
17 to_pathi
18    is the pathname of the entry to which names on from_pathi are to be
19    moved.  The equal convention is allowed.  If you omit the last
20    to_path, the entry with the same name as from_path in your working
21    directory is assumed.