1NOP(1) General Commands Manual NOP(1)
2
3
4
6 nop - pretty-print graph file
7
9 nop [ -p? ] [ files ]
10
12 nop reads a stream of graphs and prints each in pretty-printed (canoniā
13 cal) format on stdout. If no files are given, it reads from stdin.
14
16 The following options are supported:
17
18 -p Produce no output - just check the input for valid DOT.
19
20 -? Print usage information.
21
23 If any errors occurred while processing any input, such as a file not
24 found or a file containing illegal DOT, a non-zero exit value is
25 returned. Otherwise, zero is returned.
26
28 wc(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), sccmap(1), tred(1),
29 libgraph(3)
30
31
32
33 21 March 2001 NOP(1)