mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
tsort: add link (#5597)
This commit is contained in:
parent
c7048710bb
commit
fcaba9e278
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Perform a topological sort.
|
> Perform a topological sort.
|
||||||
> A common use is to show the dependency order of nodes in a directed acyclic graph.
|
> A common use is to show the dependency order of nodes in a directed acyclic graph.
|
||||||
|
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/tsort-invocation.html>.
|
||||||
|
|
||||||
- Perform a topological sort consistent with a partial sort per line of input separated by blanks:
|
- Perform a topological sort consistent with a partial sort per line of input separated by blanks:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue