Provided by: rust-coreutils_0.1.0+git20250711.2ba3a33-0ubuntu2_amd64 

NAME
tsort - Topological sort the strings in FILE. Strings are defined as any sequence of tokens separated by whitespace (tab, space, or newline), ordering them based on dependencies in a directed acyclic graph (DAG). Useful for scheduling and determining execution order. If FILE is not passed in, stdin is used instead.
SYNOPSIS
tsort [-h|--help] [-V|--version] [file]
DESCRIPTION
Topological sort the strings in FILE. Strings are defined as any sequence of tokens separated by whitespace (tab, space, or newline), ordering them based on dependencies in a directed acyclic graph (DAG). Useful for scheduling and determining execution order. If FILE is not passed in, stdin is used instead.
OPTIONS
-h, --help Print help -V, --version Print version
VERSION
v(uutils coreutils) 0.1.0 tsort (uutils coreutils) 0.1.0 tsort(1)