This commit is contained in:
sylvestre
2023-07-08 03:09:28 +00:00
parent 21e6fc85a7
commit 8c51a27f48
5 changed files with 11 additions and 3 deletions
+2
View File
@@ -239,6 +239,8 @@ number of spaces representing a tab when determining the line length.</p>
<h2 id="ls"><a class="header" href="#ls"><code>ls</code></a></h2>
<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
third way: <code>--long</code>.</p>
<h2 id="du"><a class="header" href="#du"><code>du</code></a></h2>
<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>
</main>
+4
View File
@@ -0,0 +1,4 @@
.logo {
display: block;
height: 170px;
}
+3 -1
View File
@@ -896,6 +896,8 @@ number of spaces representing a tab when determining the line length.</p>
<h2 id="ls"><a class="header" href="#ls"><code>ls</code></a></h2>
<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
third way: <code>--long</code>.</p>
<h2 id="du"><a class="header" href="#du"><code>du</code></a></h2>
<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>
<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>
@@ -3076,7 +3078,7 @@ removed; if NAME contains no /'s, output '.' (meaning the current directory).</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="du"><a class="header" href="#du">du</a></h1>
<div style="break-before: page; page-break-before: always;"></div><h1 id="du-1"><a class="header" href="#du-1">du</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