graphviz filter commands: add Chinese translation (#9864)

This commit is contained in:
Ethan Liu
2023-02-17 15:23:44 +08:00
committed by GitHub
parent 503eab5f32
commit ff4a82eecf
11 changed files with 203 additions and 0 deletions

13
pages.zh/common/tred.md Normal file
View File

@@ -0,0 +1,13 @@
# 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 -?`