TSORT(1) | General Commands Manual | TSORT(1) |
tsort | [-l] [-q] [file] |
Node names in the input are separated by white space and there must be an even number of node names.
Presence of a node in a graph can be represented by an arc from the node to itself. This is useful when a node is not connected to any other nodes.
If the graph contains a cycle (and therefore cannot be properly sorted), one of the arcs in the cycle is ignored and the sort continues. Cycles are reported on standard error.
The options are as follows:
April 1, 1994 | NetBSD 6.1 |