1 03/11/76 save, sav
2
3 Function: The save command saves the current file either in the user's
4 home directory or in a specified directory. If no argument is
5 supplied, the file is saved under the current name in the home
6 directory. If a pathname is given, the file is saved under the name
7 given and in the directory given; the current name is unaffected.
8
9
10 Syntax: save file_name
11
12
13 where file_name identifies the file that is to be saved; if it is to be
14 in any directory other than the home directory, a pathname must be
15 supplied.
16
17
18 Example:
19
20 ! tty
21 name = "no name", system = basic, user = Roy.Des, line = tty112
22 ready 0620
23
24
25 ! save >udd>ProjA>Roy>prog.fortran
26 ready 0620
27
28
29 ! tty
30 name="no name", system=fortran, user=Roy.Des, line=tty112
31 ready 0620
32
33
34 ! old prog.fortran
35 ready 0620
36
37
38 ! tty
39 name=prog.fortran, system=fortran, user=Roy.Des, line=tty112
40 ready 0621
41
42
43 ! rename oldprog.fortran
44 ready 0621
45
46
47 ! save
48 ready 0621