Skip to content

Commit 4a141eb

Browse files
committed
deploy: f0e8d44
1 parent f04b253 commit 4a141eb

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

user/extensions.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ <h1 id="extensions-over-gnu"><a class="header" href="#extensions-over-gnu">Exten
172172
features that are not supported by GNU coreutils. We take care not to introduce
173173
features that are incompatible with the GNU coreutils. Below is a list of uutils
174174
extensions.</p>
175+
<h2 id="env"><a class="header" href="#env"><code>env</code></a></h2>
176+
<p><code>env</code> has an additional <code>-f</code>/<code>--file</code> flag that can parse <code>.env</code> files and set
177+
variables accordingly. This feature is adopted from <code>dotenv</code> style packages.</p>
175178
<h2 id="cp"><a class="header" href="#cp"><code>cp</code></a></h2>
176179
<p><code>cp</code> can display a progress bar when the <code>-g</code>/<code>--progress</code> flag is set.</p>
177180
<h2 id="mv"><a class="header" href="#mv"><code>mv</code></a></h2>
@@ -192,7 +195,8 @@ <h2 id="more"><a class="header" href="#more"><code>more</code></a></h2>
192195
<code>util-linux</code>. Features from more modern pagers (like <code>less</code> and <code>bat</code>) are
193196
therefore welcomed.</p>
194197
<h2 id="cut"><a class="header" href="#cut"><code>cut</code></a></h2>
195-
<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>
198+
<p><code>cut</code> can separate fields by whitespace (Space and Tab) with <code>-w</code> flag. This
199+
feature is adopted from <a href="https://www.freebsd.org/cgi/man.cgi?cut">FreeBSD</a>.</p>
196200

197201
</main>
198202

user/print.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,9 @@ <h2 id="progress-over-time"><a class="header" href="#progress-over-time">Progres
620620
features that are not supported by GNU coreutils. We take care not to introduce
621621
features that are incompatible with the GNU coreutils. Below is a list of uutils
622622
extensions.</p>
623+
<h2 id="env"><a class="header" href="#env"><code>env</code></a></h2>
624+
<p><code>env</code> has an additional <code>-f</code>/<code>--file</code> flag that can parse <code>.env</code> files and set
625+
variables accordingly. This feature is adopted from <code>dotenv</code> style packages.</p>
623626
<h2 id="cp"><a class="header" href="#cp"><code>cp</code></a></h2>
624627
<p><code>cp</code> can display a progress bar when the <code>-g</code>/<code>--progress</code> flag is set.</p>
625628
<h2 id="mv"><a class="header" href="#mv"><code>mv</code></a></h2>
@@ -640,7 +643,8 @@ <h2 id="more"><a class="header" href="#more"><code>more</code></a></h2>
640643
<code>util-linux</code>. Features from more modern pagers (like <code>less</code> and <code>bat</code>) are
641644
therefore welcomed.</p>
642645
<h2 id="cut"><a class="header" href="#cut"><code>cut</code></a></h2>
643-
<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>
646+
<p><code>cut</code> can separate fields by whitespace (Space and Tab) with <code>-w</code> flag. This
647+
feature is adopted from <a href="https://www.freebsd.org/cgi/man.cgi?cut">FreeBSD</a>.</p>
644648
<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>
645649
<p>uutils includes a multi-call binary from which the utils can be invoked. This
646650
reduces the binary size of the binary and can be useful for portability.</p>
@@ -3079,7 +3083,7 @@ <h2 id="examples-23"><a class="header" href="#examples-23">Examples</a></h2>
30793083
<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>
30803084
<p>Please note that, as uutils is a work in progress, some examples might fail.</p>
30813085
</blockquote>
3082-
<div style="break-before: page; page-break-before: always;"></div><h1 id="env"><a class="header" href="#env">env</a></h1>
3086+
<div style="break-before: page; page-break-before: always;"></div><h1 id="env-1"><a class="header" href="#env-1">env</a></h1>
30833087
<div class="additional">
30843088
<div class="platforms">
30853089
<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)