logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tsort - Topological sort the strings in FILE. Strings are defined as any sequence of tokens separated by

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.

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.

Options

-h, --help
              Print help

       -V, --version
              Print version

Synopsis

tsort [-h|--help] [-V|--version] [file]

Version

       v0.0.30

                                                  tsort 0.0.30                                          tsort(1)

See Also