logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

botch-graphml2dot - converts graphml to dot

Author

       This man page was written by Johannes Schauer. Botch is written by Johannes Schauer and Pietro Abate.

Bugs

Description

       Convert a graph in GraphML format to dot. If either (or both) of the positional arguments is/are omitted,
       then  read  graphml  from standard input and/or write graphml to standard output, respectively. Passing a
       '-' as either argument, explicitly specifies to read the input from standard input and write  the  output
       to standard output, respectively.

Example

       Do some graph operations:

        botch-graph-neighborhood --depth=1 srcgraph_acyclic.xml icewease.xml src:iceweasel
        botch-graphml2dot iceweasel.xml iceweasel.dot
        tred < iceweasel.dot > iceweasel_tred.dot

Name

       botch-graphml2dot - converts graphml to dot

Options

-h,--help
           Show help.

       -v,--verbose
           Be verbose.

See Also

       Debian doc-base Manual /usr/share/doc/botch/wiki/Home.html

Synopsis

botch-graphml2dot [options] [g.xml] [h.dot]

See Also