mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 06:35:32 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
12 lines
418 B
Markdown
12 lines
418 B
Markdown
# dot
|
|
|
|
> Strumento da linea di comando per produrre disegni a livelli di grafi orientati.
|
|
> Maggiori informazioni: <https://graphviz.org/doc/info/command.html>.
|
|
|
|
- Renderizza un'immagine determinando il nome del file di output dal nome del file di input ed il formato:
|
|
|
|
`dot -Tpng -O {{percorso/del/file.dot}}`
|
|
|
|
- Crea una SVG da un file DOT:
|
|
|
|
`dot -Tsvg -o {{percorso/del/file_output.svg}} {{percorso/del/file.dot}}`
|