You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
deploy: f0e8d44e6e
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
.logo {
|
||||
display: block;
|
||||
height: 170px;
|
||||
}
|
||||
+3
-1
@@ -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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user