TLDR
Enter a command. For example: curl, r2, git check attr, pueue reset.

graphml2gv

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

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.