Query: tsort
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TSORT(1) General Commands Manual TSORT(1)NAMEtsort - topological sort [IBM]SYNOPSIStsort fileEXAMPLESlorder *.s | tsort # Give library ordering ar cr libc.a `lorder *.s | tsort` # Build libraryDESCRIPTIONTsort accepts a file of lines containing ordered pairs and builds a total ordering from the partial orderings. TSORT(1)