1
0
Fork 0
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:
marchersimon 2021-03-30 15:55:33 +02:00 committed by GitHub
parent c7048710bb
commit fcaba9e278
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
> Perform a topological sort.
> 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: