Skip to content

Commit cfbfeb5

Browse files
committed
deploy: f0e8d44
1 parent 92852d4 commit cfbfeb5

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

user/extensions.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,12 @@ <h2 id="cut"><a class="header" href="#cut"><code>cut</code></a></h2>
208208
<p><code>cut</code> can separate fields by whitespace (Space and Tab) with <code>-w</code> flag. This
209209
feature is adopted from <a href="https://www.freebsd.org/cgi/man.cgi?cut">FreeBSD</a>.</p>
210210
<h2 id="fmt"><a class="header" href="#fmt"><code>fmt</code></a></h2>
211-
<p><code>fmt</code> has additional flags for prefixes: <code>-P/--skip-prefix</code>, <code>-x/--exact-prefix</code>, and
212-
<code>-X/--exact-skip-prefix</code>. With <code>-m/--preserve-headers</code>, an attempt is made to detect and preserve
213-
mail headers in the input. <code>-q/--quick</code> breaks lines more quickly. And <code>-T/--tab-width</code> defines the
211+
<p><code>fmt</code> has additional flags for prefixes: <code>-P</code>/<code>--skip-prefix</code>, <code>-x</code>/<code>--exact-prefix</code>, and
212+
<code>-X</code>/<code>--exact-skip-prefix</code>. With <code>-m</code>/<code>--preserve-headers</code>, an attempt is made to detect and preserve
213+
mail headers in the input. <code>-q</code>/<code>--quick</code> breaks lines more quickly. And <code>-T</code>/<code>--tab-width</code> defines the
214214
number of spaces representing a tab when determining the line length.</p>
215+
<h2 id="seq"><a class="header" href="#seq"><code>seq</code></a></h2>
216+
<p><code>seq</code> provides <code>-t</code>/<code>--terminator</code> to set the terminator character.</p>
215217

216218
</main>
217219

user/print.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -865,10 +865,12 @@ <h2 id="cut"><a class="header" href="#cut"><code>cut</code></a></h2>
865865
<p><code>cut</code> can separate fields by whitespace (Space and Tab) with <code>-w</code> flag. This
866866
feature is adopted from <a href="https://www.freebsd.org/cgi/man.cgi?cut">FreeBSD</a>.</p>
867867
<h2 id="fmt"><a class="header" href="#fmt"><code>fmt</code></a></h2>
868-
<p><code>fmt</code> has additional flags for prefixes: <code>-P/--skip-prefix</code>, <code>-x/--exact-prefix</code>, and
869-
<code>-X/--exact-skip-prefix</code>. With <code>-m/--preserve-headers</code>, an attempt is made to detect and preserve
870-
mail headers in the input. <code>-q/--quick</code> breaks lines more quickly. And <code>-T/--tab-width</code> defines the
868+
<p><code>fmt</code> has additional flags for prefixes: <code>-P</code>/<code>--skip-prefix</code>, <code>-x</code>/<code>--exact-prefix</code>, and
869+
<code>-X</code>/<code>--exact-skip-prefix</code>. With <code>-m</code>/<code>--preserve-headers</code>, an attempt is made to detect and preserve
870+
mail headers in the input. <code>-q</code>/<code>--quick</code> breaks lines more quickly. And <code>-T</code>/<code>--tab-width</code> defines the
871871
number of spaces representing a tab when determining the line length.</p>
872+
<h2 id="seq"><a class="header" href="#seq"><code>seq</code></a></h2>
873+
<p><code>seq</code> provides <code>-t</code>/<code>--terminator</code> to set the terminator character.</p>
872874
<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>
873875
<p>uutils includes a multi-call binary from which the utils can be invoked. This
874876
reduces the binary size of the binary and can be useful for portability.</p>
@@ -6807,7 +6809,7 @@ <h2 id="examples-70"><a class="header" href="#examples-70">Examples</a></h2>
68076809
<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>
68086810
<p>Please note that, as uutils is a work in progress, some examples might fail.</p>
68096811
</blockquote>
6810-
<div style="break-before: page; page-break-before: always;"></div><h1 id="seq"><a class="header" href="#seq">seq</a></h1>
6812+
<div style="break-before: page; page-break-before: always;"></div><h1 id="seq-1"><a class="header" href="#seq-1">seq</a></h1>
68116813
<div class="additional">
68126814
<div class="platforms">
68136815
<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)