1 03/12/76   edit join, edit joi
 2 
 3 Function:  The join request concatenates specified files in the order
 4 given.  No sorting or renumbering is performed.  The resulting file
 5 becomes the current file.
 6 
 7 
 8 Syntax:  edit join file1 file2{ file3 ... fileN}
 9 
10 
11 where each filei is the name of a file to be concatenated; at least two
12 files must be specified.
13 
14 
15 Example:
16 
17 !    new newfile
18      ready  1014
19 
20 
21 !    10  goto 20
22 !    20  goto 30
23 !    save
24      ready  1015
25 
26 
27 !    new file2^H
28      ready  1015
29 
30 
31 !    10  goto 20
32 !    20  goto 30
33 !    save
34      ready  1015
35 
36 
37 !    edit join newfile file2^H
38      ready 1016
39 
40 
41 !    lisn
42      10  goto 20
43      20  goto 30
44      10  goto 20
45      20  goto 30
46      ready  1016