commands.sh

tred

all

Compute the transitive reduction of directed graphs. Graphviz filters: `acyclic`, `bcomps`, `comps`, `edgepaint`, `gvcolor`, `gvpack`, `mingle`, `nop`, `sccmap`, `tred`, and `unflatten`.

More info →

Examples (2)

Construct the transitive reduction graph of one or more directed graphs

tred path/to/input1.gv path/to/input2.gv ... > path/to/output.gv

Display help

tred -?
made by @shridhargupta | data from tldr-pages