Forrest logo
back to context overview

graphml2gv

List of commands for graphml2gv:

  • graphml2gv:tldr:58c24 graphml2gv: Display help.
    $ graphml2gv -?
    try on your machine
    explain this command
  • graphml2gv:tldr:a0987 graphml2gv: Convert a graph from `gml` to `gv` format.
    $ graphml2gv -o ${output-gv} ${input-gml}
    try on your machine
    explain this command
  • graphml2gv:tldr:cc563 graphml2gv: Convert a graph using `stdin` and `stdout`.
    $ cat ${input-gml} | graphml2gv > ${output-gv}
    try on your machine
    explain this command
back to context overview