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:
@@ -5077,6 +5077,7 @@ mv [OPTION]... -t DIRECTORY SOURCE...
|
||||
<dd>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>When specifying more than one of -i, -f, -n, only the final one will take effect.</p>
|
||||
<p>Do not move a non-directory that has an existing destination with the same or newer modification timestamp;
|
||||
instead, silently skip the file without failing. If the move is across file system boundaries, the comparison is
|
||||
to the source timestamp truncated to the resolutions of the destination file system and of the system calls used
|
||||
@@ -8878,6 +8879,12 @@ file based on its current size:
|
||||
<div class="version">v0.0.18
|
||||
</div>
|
||||
</div>
|
||||
<pre><code>tsort [OPTIONS] FILE
|
||||
</code></pre>
|
||||
<p>Topological sort the strings in FILE.
|
||||
Strings are defined as any sequence of tokens separated by whitespace (tab, space, or newline), ordering them based on dependencies in a directed acyclic graph (DAG).
|
||||
Useful for scheduling and determining execution order.
|
||||
If FILE is not passed in, stdin is used instead.</p>
|
||||
<h2 id="options-105"><a class="header" href="#options-105">Options</a></h2>
|
||||
<dl><dt></dt>
|
||||
<dd>
|
||||
@@ -8900,6 +8907,9 @@ file based on its current size:
|
||||
<div class="version">v0.0.18
|
||||
</div>
|
||||
</div>
|
||||
<pre><code>tty [OPTION]...
|
||||
</code></pre>
|
||||
<p>Print the file name of the terminal connected to standard input.</p>
|
||||
<h2 id="options-106"><a class="header" href="#options-106">Options</a></h2>
|
||||
<dl><dt><code>--silent</code>, <code>--quiet</code>, <code>-s</code></dt>
|
||||
<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
@@ -241,6 +241,7 @@ mv [OPTION]... -t DIRECTORY SOURCE...
|
||||
<dd>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>When specifying more than one of -i, -f, -n, only the final one will take effect.</p>
|
||||
<p>Do not move a non-directory that has an existing destination with the same or newer modification timestamp;
|
||||
instead, silently skip the file without failing. If the move is across file system boundaries, the comparison is
|
||||
to the source timestamp truncated to the resolutions of the destination file system and of the system calls used
|
||||
|
||||
@@ -179,6 +179,12 @@
|
||||
<div class="version">v0.0.18
|
||||
</div>
|
||||
</div>
|
||||
<pre><code>tsort [OPTIONS] FILE
|
||||
</code></pre>
|
||||
<p>Topological sort the strings in FILE.
|
||||
Strings are defined as any sequence of tokens separated by whitespace (tab, space, or newline), ordering them based on dependencies in a directed acyclic graph (DAG).
|
||||
Useful for scheduling and determining execution order.
|
||||
If FILE is not passed in, stdin is used instead.</p>
|
||||
<h2 id="options"><a class="header" href="#options">Options</a></h2>
|
||||
<dl><dt></dt>
|
||||
<dd>
|
||||
|
||||
@@ -178,6 +178,9 @@
|
||||
<div class="version">v0.0.18
|
||||
</div>
|
||||
</div>
|
||||
<pre><code>tty [OPTION]...
|
||||
</code></pre>
|
||||
<p>Print the file name of the terminal connected to standard input.</p>
|
||||
<h2 id="options"><a class="header" href="#options">Options</a></h2>
|
||||
<dl><dt><code>--silent</code>, <code>--quiet</code>, <code>-s</code></dt>
|
||||
<dd>
|
||||
|
||||
Reference in New Issue
Block a user