Forrest logo
back to context overview

gml2gv

List of commands for gml2gv:

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