ttssoorrtt -- Command

Topological sort
ttssoorrtt [_f_i_l_e]

ttssoorrtt performs a topological sort of  a set of input items.  The input _f_i_l_e
(or the standard input, if no _f_i_l_e is given) specifies an ordering on pairs
of  items.  It  consists of  pairs of  items separated  by blanks,  tabs or
newlines.  If a pair contains the same item twice, it simply indicates that
the item is in the input set.  Otherwise, the pair indicates that the first
item precedes the second in the ordering.

ttssoorrtt prints a sorted list of the input items on the standard output.

_S_e_e _A_l_s_o
ccoommmmaannddss, ssoorrtt

_D_i_a_g_n_o_s_t_i_c_s
ttssoorrtt prints an  error message on the standard error  if its input contains
an odd number of items or if the specified ordering includes a cycle.
