annotate docs/nitros9guide/save.refentry @ 682:d12f1a5c5e31

Made source enhancements
author boisy
date Sun, 29 Dec 2002 21:54:49 +0000
parents d9631713b7cd
children c565a4700689
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="save">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>SAVE</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Save memory module(s) on a file</refpurpose>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
6
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>SAVE</command>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="plain">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
11 &replstart;path&replend;
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
13 <arg choice="plain">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
14 &replstart;modname&replend;
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
15 </arg>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
16 <arg choice="plain">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
17 &repeatst;&replstart;modname&replend;&repeaten;
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
18 </arg>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
19 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
20 </refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
21
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
22 <refsect1><title>Description</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
23 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
24 Creates a new file and writes a copy of the memory module(s)
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
25 specified on to the file. The module name(s) must exist in the
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 module directory when saved. The new file is given access
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 permissions for all modes except public write.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30 Note: SAVE's default directory is the current data directory.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
31 Executable modules should generally be saved in the default
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
32 execution directory.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 <literallayout>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37 save wordcount wcount
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
38
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
39 save /d1/mathpack add sub mul div
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
40 </literallayout>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
41 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
42 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
43