add directory Minix
This commit is contained in:
65
Minix/1.7.5/MANUALS/CAT0/TSORT
Normal file
65
Minix/1.7.5/MANUALS/CAT0/TSORT
Normal file
@@ -0,0 +1,65 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Command: tsort - topological sort [IBM]
|
||||
Syntax: tsort file
|
||||
Flags: (none)
|
||||
Examples: lorder *.s | tsort # Give library ordering
|
||||
ar cr libc.a `lorder *.s | tsort` # Build library
|
||||
|
||||
Tsort accepts a file of lines containing ordered pairs and builds a
|
||||
total ordering from the partial orderings.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user