This commit is contained in:
sylvestre
2023-04-22 02:43:55 +00:00
parent 9700cac5bf
commit ee505f9f4e
4 changed files with 13 additions and 3 deletions
+5
View File
@@ -199,6 +199,11 @@ therefore welcomed.</p>
<h2 id="cut"><a class="header" href="#cut"><code>cut</code></a></h2>
<p><code>cut</code> can separate fields by whitespace (Space and Tab) with <code>-w</code> flag. This
feature is adopted from <a href="https://www.freebsd.org/cgi/man.cgi?cut">FreeBSD</a>.</p>
<h2 id="fmt"><a class="header" href="#fmt"><code>fmt</code></a></h2>
<p><code>fmt</code> has additional flags for prefixes: <code>-P/--skip-prefix</code>, <code>-x/--exact-prefix</code>, and
<code>-X/--exact-skip-prefix</code>. With <code>-m/--preserve-headers</code>, an attempt is made to detect and preserve
mail headers in the input. <code>-q/--quick</code> breaks lines more quickly. And <code>-T/--tab-width</code> defines the
number of spaces representing a tab when determining the line length.</p>
</main>
+6 -1
View File
@@ -854,6 +854,11 @@ therefore welcomed.</p>
<h2 id="cut"><a class="header" href="#cut"><code>cut</code></a></h2>
<p><code>cut</code> can separate fields by whitespace (Space and Tab) with <code>-w</code> flag. This
feature is adopted from <a href="https://www.freebsd.org/cgi/man.cgi?cut">FreeBSD</a>.</p>
<h2 id="fmt"><a class="header" href="#fmt"><code>fmt</code></a></h2>
<p><code>fmt</code> has additional flags for prefixes: <code>-P/--skip-prefix</code>, <code>-x/--exact-prefix</code>, and
<code>-X/--exact-skip-prefix</code>. With <code>-m/--preserve-headers</code>, an attempt is made to detect and preserve
mail headers in the input. <code>-q/--quick</code> breaks lines more quickly. And <code>-T/--tab-width</code> defines the
number of spaces representing a tab when determining the line length.</p>
<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>
<p>uutils includes a multi-call binary from which the utils can be invoked. This
reduces the binary size of the binary and can be useful for portability.</p>
@@ -3478,7 +3483,7 @@ the program will also return <code>1</code>.</p>
<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>
<p>Please note that, as uutils is a work in progress, some examples might fail.</p>
</blockquote>
<div style="break-before: page; page-break-before: always;"></div><h1 id="fmt"><a class="header" href="#fmt">fmt</a></h1>
<div style="break-before: page; page-break-before: always;"></div><h1 id="fmt-1"><a class="header" href="#fmt-1">fmt</a></h1>
<div class="additional">
<div class="platforms">
<i class="fa fa-brands fa-linux"></i>
+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