mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 03:54:58 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,11 +11,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Extract strongly connected components of one or more directed graphs:
|
||||
|
||||
`sccmap -S {{path/to/input1.gv}} {{path/to/input2.gv ...}} > {{path/to/output.gv}}`
|
||||
`sccmap -S {{path/to/input1.gv path/to/input2.gv ...}} > {{path/to/output.gv}}`
|
||||
|
||||
- Print statistics about a graph, producing no output graph:
|
||||
|
||||
`sccmap -v -s {{path/to/input1.gv}} {{path/to/input2.gv ...}}`
|
||||
`sccmap -v -s {{path/to/input1.gv path/to/input2.gv ...}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user