home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: tset Chapter 2
UNIX Commands
Next: Reference: tty
 

tsort



tsort

 [

file

]

Perform a topological sort on file . Typically used to reorganize an archive library for more efficient handling by ar or ld . Not very useful.

Example

Find the ordering relationship of all object files, and sort them for access by ld :



lorder *.o | tsort


Previous: Reference: tset UNIX in a Nutshell: System V Edition Next: Reference: tty
Reference: tset Book Index Reference: tty

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System