annotate docs/nitros9guide/rename.refentry @ 321:2c0ddf807efa

Made some changes
author boisy
date Tue, 23 Jul 2002 23:43:29 +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="rename">
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>RENAME</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Change file name</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>RENAME</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;new name&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 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
17 </refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
18
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
19 <refsect1><title>Description</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
20 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
21 Gives the mass storage file specified in the pathlist a new name.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
22 The user must have write permission for the file to change its name.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
23 It is not possible to change the names of devices, &quot;.&quot;, or
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
24 &quot;..&quot;
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
25 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 <literallayout>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 rename blue purple
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
31 rename /D3/user9/test temp
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
32 </literallayout>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 <screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 OS9: dir
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37 Directory of . 16:22:53
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
38 myfile animals
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
39
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
40 OS9:rename animals cars
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
41 OS9:dir
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
42
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
43 Directory of . 16:23:22
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
44 myfile cars
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
45 </screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
46 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
47 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
48