mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 12:53:30 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,11 +11,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Decompose one or more graphs into their biconnected components:
|
||||
|
||||
`bcomps {{path/to/input1.gv}} {{path/to/input2.gv ...}} > {{path/to/output.gv}}`
|
||||
`bcomps {{path/to/input1.gv path/to/input2.gv ...}} > {{path/to/output.gv}}`
|
||||
|
||||
- Print the number of blocks and cutvertices in one or more graphs:
|
||||
|
||||
`bcomps -v -s {{path/to/input1.gv}} {{path/to/input2.gv ...}}`
|
||||
`bcomps -v -s {{path/to/input1.gv path/to/input2.gv ...}}`
|
||||
|
||||
- Write each block and block-cutvertex tree to multiple numbered filenames based on `output.gv`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user