138
|
1 <refentry id="save">
|
|
2 <refnamediv>
|
|
3 <refname>SAVE</refname>
|
|
4 <refpurpose>Save memory module(s) on a file</refpurpose>
|
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <cmdsynopsis>
|
|
9 <command>SAVE</command>
|
|
10 <arg choice="plain">
|
|
11 &replstart;path&replend;
|
|
12 </arg>
|
|
13 <arg choice="plain">
|
|
14 &replstart;modname&replend;
|
|
15 </arg>
|
|
16 <arg choice="plain">
|
|
17 &repeatst;&replstart;modname&replend;&repeaten;
|
|
18 </arg>
|
|
19 </cmdsynopsis>
|
|
20 </refsynopsisdiv>
|
|
21
|
|
22 <refsect1><title>Description</title>
|
|
23 <para>
|
|
24 Creates a new file and writes a copy of the memory module(s)
|
|
25 specified on to the file. The module name(s) must exist in the
|
|
26 module directory when saved. The new file is given access
|
|
27 permissions for all modes except public write.
|
|
28 </para>
|
|
29 <para>
|
|
30 Note: SAVE's default directory is the current data directory.
|
|
31 Executable modules should generally be saved in the default
|
|
32 execution directory.
|
|
33 </para>
|
|
34 </refsect1>
|
|
35 <refsect1><title>Examples</title>
|
|
36 <literallayout>
|
|
37 save wordcount wcount
|
|
38
|
|
39 save /d1/mathpack add sub mul div
|
|
40 </literallayout>
|
|
41 </refsect1>
|
|
42 </refentry>
|
|
43
|