Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / doc / MHonArc / resources / rmm.html
CommitLineData
86530b38
AT
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
2<html>
3<head>
4<title>MHonArc Resources: RMM</title>
5</head>
6<body>
7<!--x-rc-nav-->
8<table border=0><tr valign="top">
9<td align="left" width="50%">[Prev:&nbsp;<a href="reverse.html">REVERSE</a>]</td><td><nobr>[<a href="../resources.html#rmm">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="saveresources.html">SAVERESOURCES</a>]</td></tr></table>
10<!--/x-rc-nav-->
11<hr>
12<h1>RMM</h1>
13
14<!-- *************************************************************** -->
15<hr>
16<h2>Syntax</h2>
17
18<dl>
19
20<dt><strong>Envariable</strong></dt>
21<dd><p>N/A
22</p>
23</dd>
24
25<dt><strong>Element</strong></dt>
26<dd><p>N/A
27</p>
28</dd>
29
30<dt><strong>Command-line Option</strong></dt>
31<dd><p>
32<code>-rmm </code><var>msgnum</var> ...<br>
33<code>-rmm </code><var>msgnum</var><code>-</code><var>msgnum</var> ...<br>
34<code>-rmm </code><var>msg-id</var> ...<br>
35</p>
36</dd>
37
38</dl>
39
40<!-- *************************************************************** -->
41<hr>
42<h2>Description</h2>
43
44<p>The RMM resource is activated by the <tt>-rmm</tt> command-line
45option. When active, all non-option related arguments are treated
46as messages to delete from the archive. Messages can be specified
47by message numbers, message number ranges, or message-ids. Either
48methods can be used together. See <b>Examples</b> below.
49</p>
50
51<!-- *************************************************************** -->
52<hr>
53<h2>Default Setting</h2>
54
55<p>N/A
56</p>
57
58<!-- *************************************************************** -->
59<hr>
60<h2>Resource Variables</h2>
61
62<p>N/A
63</p>
64
65<!-- *************************************************************** -->
66<hr>
67<h2>Examples</h2>
68
69<p>The following example specifies the messages to be deleted by
70individual message numbers.
71</p>
72<PRE>
73 % <b>mhonarc -rmm 24 28 39 48</b>
74 Removing messages from ./maillist.html ...
75
76 Writing mail ...
77 Writing tmp/maillist.html ...
78 Writing tmp/threads.html ...
79 45 messages
80</PRE>
81
82<p>If we want to delete message 15 and message 20 through 35, the
83following can be used:
84</p>
85<PRE>
86 % <b>mhonarc -rmm 15 20-35</b>
87</PRE>
88
89<p>In some cases, you may know the message-id of the message
90to delete and not the message number:
91</p>
92<PRE>
93 % <b>mhonarc -rmm 199802171800.KAA27647@medusa.acs.uci.edu</b>
94</PRE>
95<p>You can surround message-ids with <tt>&lt;&gt;</tt>'s, but you
96then may need to quote the arguments to prevent the shell interpreting
97them as I/O redirection.
98</p>
99
100<p>The following example shows how you can intermingle the various
101ways of specifying messages:
102</p>
103<PRE>
104 % <b>mhonarc -rmm 23-34 199802171800.KAA27647@medusa.acs.uci.edu 52</b>
105</PRE>
106
107<!-- *************************************************************** -->
108<hr>
109<h2>Version</h2>
110
111<p>1.1.0
112</p>
113
114<!-- *************************************************************** -->
115<hr>
116<h2>See Also</h2>
117
118<p>
119<a href="outdir.html">OUTDIR</a>,
120<a href="scan.html">SCAN</a>
121</p>
122
123<!-- *************************************************************** -->
124<hr>
125<!--x-rc-nav-->
126<table border=0><tr valign="top">
127<td align="left" width="50%">[Prev:&nbsp;<a href="reverse.html">REVERSE</a>]</td><td><nobr>[<a href="../resources.html#rmm">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="saveresources.html">SAVERESOURCES</a>]</td></tr></table>
128<!--/x-rc-nav-->
129<hr>
130<address>
131$Date: 2002/07/27 05:13:11 $ <br>
132<img align="top" src="../monicon.png" alt="">
133<a href="http://www.mhonarc.org/"><strong>MHonArc</strong></a><br>
134Copyright &#169; 1997-1998, <a href="http://www.earlhood.com/">Earl Hood</a>, <a href="mailto:mhonarc@mhonarc.org">mhonarc@mhonarc.org</a><br>
135</address>
136
137</body>
138</html>