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

19 lines
845 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="atrm">atrm</h1>
<p>删除待执行任务队列中的指定任务</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>atrm命令</strong> 用于删除待执行任务队列中的指定任务。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">atrm(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-V显示版本号。</code></pre>
<h3 id="参数">参数</h3>
<p>任务号:指定待执行队列中要删除的任务。</p>
<h3 id="实例">实例</h3>
<p>删除已经排队的任务</p>
<pre><code class="language-bash">atq //显示当前已经设置的任务
2 Mon May 17 08:00:00 2010 a root
1 Sat May 15 17:00:00 2010 a root
atrm 2 //删除任务2</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->