mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 09:42:07 +02:00

* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
444 B
444 B
tred
计算有向图的传递闭包约简。 Graphviz 过滤器:
acyclic
、bcomps
、comps
、edgepaint
、gvcolor
、gvpack
、mingle
、nop
、sccmap
、tred
和unflatten
。 更多信息:https://www.graphviz.org/pdf/tred.1.pdf.
- 构建一个或多个有向图的传递闭包约简:
tred {{路径/到/输入1.gv}} {{路径/到/输入2.gv ...}} > {{路径/到/输出.gv}}
- 显示帮助信息:
tred -?