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: f0e8d44e6e
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
@@ -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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user