This commit is contained in:
sylvestre
2023-05-12 02:41:19 +00:00
parent 26bd89710f
commit d09fda4c6e
4 changed files with 8 additions and 2 deletions
+3
View File
@@ -8927,6 +8927,9 @@ If FILE is not passed in, stdin is used instead.</p>
<p>Perform a topological sort consistent with a partial sort per line of input separated by blanks:</p>
<pre><code class="language-shell">tsort {{path/to/file}}
</code></pre>
<p>Perform a topological sort consistent on strings:</p>
<pre><code class="language-shell">echo -e &quot;{{UI Backend\nBackend Database\nDocs UI}}&quot; | tsort
</code></pre>
<blockquote>
<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>
+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
+3
View File
@@ -194,6 +194,9 @@ If FILE is not passed in, stdin is used instead.</p>
<p>Perform a topological sort consistent with a partial sort per line of input separated by blanks:</p>
<pre><code class="language-shell">tsort {{path/to/file}}
</code></pre>
<p>Perform a topological sort consistent on strings:</p>
<pre><code class="language-shell">echo -e &quot;{{UI Backend\nBackend Database\nDocs UI}}&quot; | tsort
</code></pre>
<blockquote>
<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>