1 01/23/86 copy_names
2
3 Syntax as a command: copy_names path1 path2...path1N path2N
4
5
6 Function: copies all names of one entry directory segment
7 multisegment file data management file extended entry or link to
8 another.
9
10
11 Arguments:
12 path1
13 pathname of entry whose names are to be copied. The star convention
14 is allowed.
15 path2
16 pathname of entry to which all names are copied. If you omit
17 path2N, names are copied onto an entry in you working directory with
18 the same entryname as path1N. The equal convention is allowed.
19
20
21 Notes: All names are left on the original entry. The two entries
22 cannot reside in the same directory because duplicate names are not
23 allowed in a directory.
24
25 Only one matching name per entry is used when resolving the equal name.
26 This is the first matching name on that entry in the order returned by
27 hcs_$star_ for which the specified equal name exists.