1 03/31/83  l_names
 2 
 3 
 4 This command is intended to be a tool for those users who update the system
 5 libraries.  Users must have access to the gate segment
 6 installation_tools_.
 7 
 8 
 9 Entry points in l_names:
10    (List is generated by the help command)
11 
12 
13 :Entry:  move:  03/16/83 l_names$move
14 
15 
16 This entry moves all the extra names from one multiple-named directory
17 entry to another for any number of entry pairs.  The name used to
18 designate the segment is not moved; all others are moved.
19 
20 
21 Syntax:
22 l_names$move from_path_ to_path_ ...  from_path_ to_path_
23 
24 
25 Arguments:
26 from_path_
27    is the pathname of the segment whose names are to be moved.
28 to_path_
29    is the pathname of the segment to which names are to be moved.
30 
31 
32 :Entry:  copy:  03/16/83 l_names$copy
33 
34 
35 This entry is similar to l_names$move but leaves the names on the
36 segment that originally has them.  Note that in this case the names
37 cannot be copied to a segment in the same directory because that would
38 attempt to duplicate names in the directory.  All of the names on the
39 original segment are copied.
40 
41 
42 Syntax:
43 names$copy {from_path_ to_path_ ...  from_path_ to_path_}
44 
45 
46 Arguments:
47 from_path_
48    is the pathname of the segment whose names are to be copied.
49 to_path_
50    is the pathname of the segment to which names are to be copied.