mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
to make it clearer
This commit is contained in:
parent
94daed8afb
commit
8f4367c3bc
1 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@ tsort [OPTIONS] FILE
|
||||||
```
|
```
|
||||||
|
|
||||||
Topological sort the strings in FILE.
|
Topological sort the strings in FILE.
|
||||||
Strings are defined as any sequence of tokens separated by whitespace (tab, space, or newline).
|
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.
|
If FILE is not passed in, stdin is used instead.
|
||||||
|
|
Loading…
Reference in a new issue