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:
@@ -442,6 +442,7 @@ then add <code>-Z-Zinstrument-coverage</code> flag to <code>RUSTFLAGS</code> env
|
||||
<li><a href="https://github.com/vlang/coreutils">V lang</a></li>
|
||||
<li><a href="https://github.com/SerenityOS/serenity/tree/master/Userland/Utilities">SerenityOS</a></li>
|
||||
<li><a href="https://github.com/dspinellis/unix-history-repo">Initial Unix</a></li>
|
||||
<li><a href="https://metacpan.org/pod/PerlPowerTools">Perl Power Tools</a></li>
|
||||
</ul>
|
||||
<p>However, when reimplementing the tools/options in Rust, don't read their source codes
|
||||
when they are using reciprocal licenses (ex: GNU GPL, GNU LGPL, etc).</p>
|
||||
|
||||
+6
-1
@@ -808,6 +808,7 @@ then add <code>-Z-Zinstrument-coverage</code> flag to <code>RUSTFLAGS</code> env
|
||||
<li><a href="https://github.com/vlang/coreutils">V lang</a></li>
|
||||
<li><a href="https://github.com/SerenityOS/serenity/tree/master/Userland/Utilities">SerenityOS</a></li>
|
||||
<li><a href="https://github.com/dspinellis/unix-history-repo">Initial Unix</a></li>
|
||||
<li><a href="https://metacpan.org/pod/PerlPowerTools">Perl Power Tools</a></li>
|
||||
</ul>
|
||||
<p>However, when reimplementing the tools/options in Rust, don't read their source codes
|
||||
when they are using reciprocal licenses (ex: GNU GPL, GNU LGPL, etc).</p>
|
||||
@@ -5000,7 +5001,11 @@ for details about the options it supports.</p>
|
||||
<dd>
|
||||
<p>append SUFFIX to TEMPLATE; SUFFIX must not contain a path separator. This option is implied if TEMPLATE does not end with X.</p>
|
||||
</dd>
|
||||
<dt><code>--tmpdir=<DIR></code>, <code>-p <DIR></code></dt>
|
||||
<dt><code>-p <DIR></code></dt>
|
||||
<dd>
|
||||
<p>short form of --tmpdir</p>
|
||||
</dd>
|
||||
<dt><code>--tmpdir=<DIR></code></dt>
|
||||
<dd>
|
||||
<p>interpret TEMPLATE relative to DIR; if DIR is not specified, use $TMPDIR ($TMP on windows) if set, else /tmp. With this option, TEMPLATE must not be an absolute name; unlike with -t, TEMPLATE may contain slashes, but mktemp creates only the final component</p>
|
||||
</dd>
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -221,7 +221,11 @@
|
||||
<dd>
|
||||
<p>append SUFFIX to TEMPLATE; SUFFIX must not contain a path separator. This option is implied if TEMPLATE does not end with X.</p>
|
||||
</dd>
|
||||
<dt><code>--tmpdir=<DIR></code>, <code>-p <DIR></code></dt>
|
||||
<dt><code>-p <DIR></code></dt>
|
||||
<dd>
|
||||
<p>short form of --tmpdir</p>
|
||||
</dd>
|
||||
<dt><code>--tmpdir=<DIR></code></dt>
|
||||
<dd>
|
||||
<p>interpret TEMPLATE relative to DIR; if DIR is not specified, use $TMPDIR ($TMP on windows) if set, else /tmp. With this option, TEMPLATE must not be an absolute name; unlike with -t, TEMPLATE may contain slashes, but mktemp creates only the final component</p>
|
||||
</dd>
|
||||
|
||||
Reference in New Issue
Block a user