Forrest logo
back to context overview

gv2gxl

List of commands for gv2gxl:

  • gv2gxl:tldr:4995c gv2gxl: Convert a graph using `stdin` and `stdout`.
    $ cat ${input-gv} | gv2gxl > ${output-gxl}
    try on your machine
    explain this command
  • gv2gxl:tldr:ac78a gv2gxl: Display help.
    $ gv2gxl -?
    try on your machine
    explain this command
  • gv2gxl:tldr:e19cc gv2gxl: Convert a graph from `gv` to `gxl` format.
    $ gv2gxl -o ${output-gxl} ${input-gv}
    try on your machine
    explain this command
back to context overview