2019-04-21 11:50:48 +08:00

16 lines
824 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="elm">elm</h1>
<p>纯文本邮件客户端程序</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>elm命令</strong> 是一个E-mail客户端管理程序它提供了纯文本交互式全屏幕界面。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">elm(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-s&lt;邮件主题&gt;:指定新邮件的邮件主题;
-f&lt;目录&gt;:开启程序时,读取指定的目录;
-h显示帮助
-i&lt;文件名&gt;:将文件内容插入送出的邮件中;
-m进入elm后不显示指令说明
-v显示elm的版本信息
-z若收件信箱没有邮件则不启动elm程序。</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->