You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
deploy: fff3a4c4852df16e2720c5098d3dd872f7f68bdf
This commit is contained in:
+6
-3
@@ -5217,9 +5217,9 @@ for details about the options it supports.</p>
|
||||
<div class="version">v0.0.17
|
||||
</div>
|
||||
</div>
|
||||
<pre><code>more [OPTIONS] [files]...
|
||||
<pre><code>more [OPTIONS] <FILE>...
|
||||
</code></pre>
|
||||
<p>A file perusal filter for CRT viewing.</p>
|
||||
<p>Display the contents of a text file</p>
|
||||
<h2 id="options-51"><a class="header" href="#options-51">Options</a></h2>
|
||||
<dl><dt><code>--silent</code>, <code>-d</code></dt>
|
||||
<dd>
|
||||
@@ -5377,7 +5377,10 @@ mv [OPTION]... -t DIRECTORY SOURCE...
|
||||
</div>
|
||||
<pre><code>nice [OPTIONS] [COMMAND [ARGS]]
|
||||
</code></pre>
|
||||
<p>Run COMMAND with an adjusted niceness, which affects process scheduling. With no COMMAND, print the current niceness. Niceness values range from at least -20 (most favorable to the process) to 19 (least favorable to the process).</p>
|
||||
<p>Run <code>COMMAND</code> with an adjusted niceness, which affects process scheduling.
|
||||
With no <code>COMMAND</code>, print the current niceness. Niceness values range from at
|
||||
least -20 (most favorable to the process) to 19 (least favorable to the
|
||||
process).</p>
|
||||
<h2 id="options-53"><a class="header" href="#options-53">Options</a></h2>
|
||||
<dl><dt><code>--adjustment</code>, <code>-n</code></dt>
|
||||
<dd>
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -179,9 +179,9 @@
|
||||
<div class="version">v0.0.17
|
||||
</div>
|
||||
</div>
|
||||
<pre><code>more [OPTIONS] [files]...
|
||||
<pre><code>more [OPTIONS] <FILE>...
|
||||
</code></pre>
|
||||
<p>A file perusal filter for CRT viewing.</p>
|
||||
<p>Display the contents of a text file</p>
|
||||
<h2 id="options"><a class="header" href="#options">Options</a></h2>
|
||||
<dl><dt><code>--silent</code>, <code>-d</code></dt>
|
||||
<dd>
|
||||
|
||||
@@ -180,7 +180,10 @@
|
||||
</div>
|
||||
<pre><code>nice [OPTIONS] [COMMAND [ARGS]]
|
||||
</code></pre>
|
||||
<p>Run COMMAND with an adjusted niceness, which affects process scheduling. With no COMMAND, print the current niceness. Niceness values range from at least -20 (most favorable to the process) to 19 (least favorable to the process).</p>
|
||||
<p>Run <code>COMMAND</code> with an adjusted niceness, which affects process scheduling.
|
||||
With no <code>COMMAND</code>, print the current niceness. Niceness values range from at
|
||||
least -20 (most favorable to the process) to 19 (least favorable to the
|
||||
process).</p>
|
||||
<h2 id="options"><a class="header" href="#options">Options</a></h2>
|
||||
<dl><dt><code>--adjustment</code>, <code>-n</code></dt>
|
||||
<dd>
|
||||
|
||||
Reference in New Issue
Block a user