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:
@@ -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 "{{UI Backend\nBackend Database\nDocs UI}}" | 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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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 "{{UI Backend\nBackend Database\nDocs UI}}" | 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>
|
||||
|
||||
Reference in New Issue
Block a user