1 03/11/76 replace, rep
2
3 Function: The replace command saves the contents of the current file
4 in place of the contents of a previously saved file. If the file_name
5 argument is supplied, the current file is saved under that name
6 regardless of the current name. If no argument is supplied, the
7 current name is assumed and the current file replaces information
8 previously saved under that name. If no saved file exists under either
9 name, an error message is issued.
10
11
12 Syntax: replace file_name
13
14 where file_name is the name of a saved file. If file_name is not
15 supplied, the current name is assumed.
16
17
18 Example:
19
20 ! replace
21 ready 1404
22
23
24 ! replace test.basic
25 ready 1404