1TSORT(1) User Commands TSORT(1)
2
3
4
6 tsort - perform topological sort
7
9 tsort [OPTION] [FILE]
10
12 Write totally ordered list consistent with the partial ordering in
13 FILE. With no FILE, or when FILE is -, read standard input.
14
15 --help display this help and exit
16
17 --version
18 output version information and exit
19
21 Written by Mark Kettenis.
22
24 Report bugs to <bug-coreutils@gnu.org>.
25
27 Copyright © 2007 Free Software Foundation, Inc.
28 This is free software. You may redistribute copies of it under the
29 terms of the GNU General Public License
30 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
31 extent permitted by law.
32
34 The full documentation for tsort is maintained as a Texinfo manual. If
35 the info and tsort programs are properly installed at your site, the
36 command
37
38 info tsort
39
40 should give you access to the complete manual.
41
42
43
44GNU coreutils 6.9 March 2008 TSORT(1)