1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 13:06:00 +02:00

tsort: add page (#2278)

This commit is contained in:
Matthew Peveler 2018-09-06 09:38:57 -04:00 committed by Starbeamrainbowlabs
parent 8f0e8546be
commit 73f0750f90

8
pages/common/tsort.md Normal file
View file

@ -0,0 +1,8 @@
# tsort
> Perform a topological sort.
> A common use is to show the dependency order of nodes in a directed acyclic graph.
- Perform a topological sort consistent with a partial sort per line of input separated by blanks:
`tsort {{file}}`