mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-10-11 08:53:20 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>atrm命令</strong> 用于删除待执行任务队列中的指定任务。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>atrm(选项)(参数)</code></pre>
|
||||
<pre><code class="language-bash">atrm(选项)(参数)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-V:显示版本号。</code></pre>
|
||||
<pre><code class="language-bash">-V:显示版本号。</code></pre>
|
||||
<h3 id="参数">参数</h3>
|
||||
<p>任务号:指定待执行队列中要删除的任务。</p>
|
||||
<h3 id="实例">实例</h3>
|
||||
<p>删除已经排队的任务</p>
|
||||
<pre><code>atq //显示当前已经设置的任务
|
||||
<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
|
||||
|
||||
|
Reference in New Issue
Block a user