tsort: add link (#5597)

This commit is contained in:
marchersimon
2021-03-30 15:55:33 +02:00
committed by GitHub
parent c7048710bb
commit fcaba9e278

View File

@@ -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: