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.
14
15 With no FILE, or when FILE is -, read standard input.
16
17 --help display this help and exit
18
19 --version
20 output version information and exit
21
23 Written by Mark Kettenis.
24
26 GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
27 Report any translation bugs to <https://translationproject.org/team/>
28
30 Copyright © 2020 Free Software Foundation, Inc. License GPLv3+: GNU
31 GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
32 This is free software: you are free to change and redistribute it.
33 There is NO WARRANTY, to the extent permitted by law.
34
36 Full documentation <https://www.gnu.org/software/coreutils/tsort>
37 or available locally via: info '(coreutils) tsort invocation'
38
39
40
41GNU coreutils 8.32 April 2020 TSORT(1)