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

Made some changes
author boisy
date Tue, 23 Jul 2002 23:43:29 +0000
parents 94476830df51
children c565a4700689
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
136
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="del">
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>DEL</refname>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Delete a file</refpurpose>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
6
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>DEL</command>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="opt">
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
11 <option>-x</option>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
13 <arg choice="plain">
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
14 &replstart;path&replend;
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
15 </arg>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
16 <arg choice="plain">
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
17 &repeatst;&replstart;path&replend;&repeaten;
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
18 </arg>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
19 <arg choice="opt">
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
20 <option>-x</option>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
21 </arg>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
22 </cmdsynopsis>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
23 </refsynopsisdiv>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
24
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
25 <refsect1><title>Description</title>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
26 <para>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
27 This command is used to delete the file(s) specified by the
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
28 pathllst(s). The user must have write permission for the file(s).
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
29 Directory files cannot be deleted unless their type is changed to
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
30 non-directory: see the &quot;ATTR&quot; command description.
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
31 </para>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
32 <para>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
33 If the -x option appears, the current
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
34 <emphasis>execution</emphasis> directory is assumed.
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
35 </para>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
36 <para>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
37 For more information see: 3.5, 3.8.1
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
38 </para>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
39 </refsect1>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
40 <refsect1><title>Examples</title>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
41 <screen>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
42 del test_program old_test_program
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
43
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
44 del /D1/number_five
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
45
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
46 OS9:dir /D1
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
47
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
48 Directory of /D1 14:29:46
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
49 myfile newfile
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
50
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
51 OS9:del /D1/newfile
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
52 OS9:dir /D1
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
53
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
54 Directory of /D1 14:30:37
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
55 myfile
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
56
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
57 OS9:del myprog -x
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
58 OS9:del -x CMDS.SUBDIR/file
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
59 </screen>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
60 </refsect1>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
61 </refentry>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
62