TLDR
Enter a command. For example: for, rabin2, detox, git help, betty.

gxl2gv

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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.