TSORT(1) - General Commands Manual
TSORT(1) - General Commands Manual # TSORT(1) - General Commands Manual NAME # tsort - topological sort of a directed graph SYNOPSIS # tsort [-flqrvw] [-h file] [file] DESCRIPTION # tsort takes a list of pairs of node names representing directed arcs in a graph and prints the nodes in topological order on standard output. That is, the input describes a partial ordering relation, from which tsort computes a total order compatible with this partial ordering. ...