uTools-Manuals/docs/linux/mailstat.html
2019-04-21 11:50:48 +08:00

17 lines
847 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="mailstat">mailstat</h1>
<p>显示到达的邮件状态</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>mailstat命令</strong> 用来显示到达的邮件状态。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">mailstat(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-k保持邮件日志文件的完整性不清空日志文件
-l使用长格式显示邮件状态
-m合并任何错误信息到一行中显示
-o使用老的邮件日志邮件
-t使用简洁的格式显示邮件状态
-s如果没有邮件则不输出任何信息。</code></pre>
<h3 id="参数">参数</h3>
<p>邮件日志文件:指定要读取邮件日志文件。</p>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->