Skip to content

Commit ee505f9

Browse files
committed
deploy: f0e8d44
1 parent 9700cac commit ee505f9

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

user/extensions.html

+5
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,11 @@ <h2 id="more"><a class="header" href="#more"><code>more</code></a></h2>
199199
<h2 id="cut"><a class="header" href="#cut"><code>cut</code></a></h2>
200200
<p><code>cut</code> can separate fields by whitespace (Space and Tab) with <code>-w</code> flag. This
201201
feature is adopted from <a href="https://www.freebsd.org/cgi/man.cgi?cut">FreeBSD</a>.</p>
202+
<h2 id="fmt"><a class="header" href="#fmt"><code>fmt</code></a></h2>
203+
<p><code>fmt</code> has additional flags for prefixes: <code>-P/--skip-prefix</code>, <code>-x/--exact-prefix</code>, and
204+
<code>-X/--exact-skip-prefix</code>. With <code>-m/--preserve-headers</code>, an attempt is made to detect and preserve
205+
mail headers in the input. <code>-q/--quick</code> breaks lines more quickly. And <code>-T/--tab-width</code> defines the
206+
number of spaces representing a tab when determining the line length.</p>
202207

203208
</main>
204209

user/print.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,11 @@ <h2 id="more"><a class="header" href="#more"><code>more</code></a></h2>
854854
<h2 id="cut"><a class="header" href="#cut"><code>cut</code></a></h2>
855855
<p><code>cut</code> can separate fields by whitespace (Space and Tab) with <code>-w</code> flag. This
856856
feature is adopted from <a href="https://www.freebsd.org/cgi/man.cgi?cut">FreeBSD</a>.</p>
857+
<h2 id="fmt"><a class="header" href="#fmt"><code>fmt</code></a></h2>
858+
<p><code>fmt</code> has additional flags for prefixes: <code>-P/--skip-prefix</code>, <code>-x/--exact-prefix</code>, and
859+
<code>-X/--exact-skip-prefix</code>. With <code>-m/--preserve-headers</code>, an attempt is made to detect and preserve
860+
mail headers in the input. <code>-q/--quick</code> breaks lines more quickly. And <code>-T/--tab-width</code> defines the
861+
number of spaces representing a tab when determining the line length.</p>
857862
<div style="break-before: page; page-break-before: always;"></div><h1 id="multi-call-binary"><a class="header" href="#multi-call-binary">Multi-call binary</a></h1>
858863
<p>uutils includes a multi-call binary from which the utils can be invoked. This
859864
reduces the binary size of the binary and can be useful for portability.</p>
@@ -3478,7 +3483,7 @@ <h2 id="examples-29"><a class="header" href="#examples-29">Examples</a></h2>
34783483
<p>The examples are provided by the <a href="https://tldr.sh">tldr-pages project</a> under the <a href="https://github.com/tldr-pages/tldr/blob/main/LICENSE.md">CC BY 4.0 License</a>.</p>
34793484
<p>Please note that, as uutils is a work in progress, some examples might fail.</p>
34803485
</blockquote>
3481-
<div style="break-before: page; page-break-before: always;"></div><h1 id="fmt"><a class="header" href="#fmt">fmt</a></h1>
3486+
<div style="break-before: page; page-break-before: always;"></div><h1 id="fmt-1"><a class="header" href="#fmt-1">fmt</a></h1>
34823487
<div class="additional">
34833488
<div class="platforms">
34843489
<i class="fa fa-brands fa-linux"></i>

user/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/searchindex.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)