This commit is contained in:
sylvestre
2023-05-07 02:45:11 +00:00
parent f7f4fe4c84
commit 96379c20d6
6 changed files with 22 additions and 2 deletions
+10
View File
@@ -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
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -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
+6
View File
@@ -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>
+3
View File
@@ -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>