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

nop - pretty-print graph file

Description

nop  reads a stream of graphs and prints each in pretty-printed (canonical) format on stdout. If no files
       are given, it reads from stdin.

Exit Status

       If any errors occurred while processing any input, such as a file not found or a file containing  illegal
       DOT, a non-zero exit value is returned. Otherwise, zero is returned.

Name

       nop - pretty-print graph file

Options

       The following options are supported:

       -p     Produce no output - just check the input for valid DOT.

       -?     Print usage information.

See Also

wc(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), sccmap(1), tred(1), libgraph(3)

                                                  21 March 2001                                           NOP(1)

Synopsis

nop [ -p?  ] [ files ]

See Also