System Grab Bag

View all TLDR pages from common (or from all pages)

gv2gxl

Convert a graph from gv to gxl format. Converters: gml2gv, gv2gml, gv2gxl, gxl2gv, graphml2gv & mm2gv. More information: https://graphviz.org/pdf/gxl2gv.1.pdf.
  • Convert a graph from gv to gxl format:
    gv2gxl -o {{output.gxl}} {{input.gv}}
  • Convert a graph using stdin and stdout:
    cat {{input.gv}} | gv2gxl > {{output.gxl}}
  • Display help:
    gv2gxl -?

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.