Skip to content

Commit 8c51a27

Browse files
committed
deploy: f0e8d44
1 parent 21e6fc8 commit 8c51a27

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

user/extensions.html

+2
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ <h2 id="seq"><a class="header" href="#seq"><code>seq</code></a></h2>
239239
<h2 id="ls"><a class="header" href="#ls"><code>ls</code></a></h2>
240240
<p>GNU <code>ls</code> provides two ways to use a long listing format: <code>-l</code> and <code>--format=long</code>. We support a
241241
third way: <code>--long</code>.</p>
242+
<h2 id="du"><a class="header" href="#du"><code>du</code></a></h2>
243+
<p><code>du</code> allows <code>birth</code> and <code>creation</code> as values for the <code>--time</code> argument to show the creation time.</p>
242244

243245
</main>
244246

user/oranda.css

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.logo {
2+
display: block;
3+
height: 170px;
4+
}

user/print.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,8 @@ <h2 id="seq"><a class="header" href="#seq"><code>seq</code></a></h2>
896896
<h2 id="ls"><a class="header" href="#ls"><code>ls</code></a></h2>
897897
<p>GNU <code>ls</code> provides two ways to use a long listing format: <code>-l</code> and <code>--format=long</code>. We support a
898898
third way: <code>--long</code>.</p>
899+
<h2 id="du"><a class="header" href="#du"><code>du</code></a></h2>
900+
<p><code>du</code> allows <code>birth</code> and <code>creation</code> as values for the <code>--time</code> argument to show the creation time.</p>
899901
<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>
900902
<p>uutils includes a multi-call binary from which the utils can be invoked. This
901903
reduces the binary size of the binary and can be useful for portability.</p>
@@ -3076,7 +3078,7 @@ <h2 id="examples-23"><a class="header" href="#examples-23">Examples</a></h2>
30763078
<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>
30773079
<p>Please note that, as uutils is a work in progress, some examples might fail.</p>
30783080
</blockquote>
3079-
<div style="break-before: page; page-break-before: always;"></div><h1 id="du"><a class="header" href="#du">du</a></h1>
3081+
<div style="break-before: page; page-break-before: always;"></div><h1 id="du-1"><a class="header" href="#du-1">du</a></h1>
30803082
<div class="additional">
30813083
<div class="platforms">
30823084
<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)