This commit is contained in:
sylvestre
2023-03-07 03:11:11 +00:00
parent 7fa795c2ae
commit 511b08669a
6 changed files with 16 additions and 8 deletions
+3
View File
@@ -222,6 +222,9 @@ specific packages (using the <code>--package</code> [aka <code>-p</code>] option
<p>To simply build all available utilities:</p>
<pre><code class="language-shell">make
</code></pre>
<p>In release mode:</p>
<pre><code class="language-shell">make PROFILE=release
</code></pre>
<p>To build all but a few of the available utilities:</p>
<pre><code class="language-shell">make SKIP_UTILS='UTILITY_1 UTILITY_2'
</code></pre>
+1 -1
View File
@@ -277,7 +277,7 @@ export PATH=/usr/lib/cargo/bin/coreutils:$PATH
</code></pre>
<h2 id="freebsd"><a class="header" href="#freebsd">FreeBSD</a></h2>
<p><a href="https://repology.org/project/uutils-coreutils/versions"><img src="https://repology.org/badge/version-for-repo/freebsd/uutils-coreutils.svg" alt="FreeBSD port" /></a></p>
<pre><code class="language-sh">pkg install uutils
<pre><code class="language-sh">pkg install rust-coreutils
</code></pre>
<h2 id="windows"><a class="header" href="#windows">Windows</a></h2>
<h3 id="scoop"><a class="header" href="#scoop">Scoop</a></h3>
+7 -3
View File
@@ -385,7 +385,7 @@ export PATH=/usr/lib/cargo/bin/coreutils:$PATH
</code></pre>
<h2 id="freebsd"><a class="header" href="#freebsd">FreeBSD</a></h2>
<p><a href="https://repology.org/project/uutils-coreutils/versions"><img src="https://repology.org/badge/version-for-repo/freebsd/uutils-coreutils.svg" alt="FreeBSD port" /></a></p>
<pre><code class="language-sh">pkg install uutils
<pre><code class="language-sh">pkg install rust-coreutils
</code></pre>
<h2 id="windows"><a class="header" href="#windows">Windows</a></h2>
<h3 id="scoop"><a class="header" href="#scoop">Scoop</a></h3>
@@ -451,6 +451,9 @@ specific packages (using the <code>--package</code> [aka <code>-p</code>] option
<p>To simply build all available utilities:</p>
<pre><code class="language-shell">make
</code></pre>
<p>In release mode:</p>
<pre><code class="language-shell">make PROFILE=release
</code></pre>
<p>To build all but a few of the available utilities:</p>
<pre><code class="language-shell">make SKIP_UTILS='UTILITY_1 UTILITY_2'
</code></pre>
@@ -6271,8 +6274,9 @@ Licensed under the MIT License, please see LICENSE file for details</p>
<pre><code>ptx [OPTION]... [INPUT]...
ptx -G [OPTION]... [INPUT [OUTPUT]]
</code></pre>
<p>Output a permuted index, including context, of the words in the input files. </p>
<p>Mandatory arguments to long options are mandatory for short options too.
<p>Produce a permuted index of file contents
Output a permuted index, including context, of the words in the input files.
Mandatory arguments to long options are mandatory for short options too.
With no FILE, or when FILE is -, read standard input. Default is '-F /'.</p>
<h2 id="options-65"><a class="header" href="#options-65">Options</a></h2>
<dl><dt></dt>
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3 -2
View File
@@ -182,8 +182,9 @@
<pre><code>ptx [OPTION]... [INPUT]...
ptx -G [OPTION]... [INPUT [OUTPUT]]
</code></pre>
<p>Output a permuted index, including context, of the words in the input files. </p>
<p>Mandatory arguments to long options are mandatory for short options too.
<p>Produce a permuted index of file contents
Output a permuted index, including context, of the words in the input files.
Mandatory arguments to long options are mandatory for short options too.
With no FILE, or when FILE is -, read standard input. Default is '-F /'.</p>
<h2 id="options"><a class="header" href="#options">Options</a></h2>
<dl><dt></dt>