Man page - nop(1)
Packages contas this manual
- dot2gxl(1)
- circo(1)
- twopi(1)
- gxl2gv(1)
- gvpack(1)
- osage(1)
- dijkstra(1)
- cluster(1)
- graphml2gv(1)
- vimdot(1)
- graphviz(7)
- mm2gv(1)
- gml2gv(1)
- acyclic(1)
- gxl2dot(1)
- sccmap(1)
- patchwork(1)
- neato(1)
- lefty(1)
- unflatten(1)
- tred(1)
- dotty(1)
- ccomps(1)
- gvcolor(1)
- bcomps(1)
- dot(1)
- gv2gml(1)
- gc(1)
- gvgen(1)
- sfdp(1)
- gvmap(1)
- prune(1)
- gvpr(1)
- edgepaint(1)
- fdp(1)
- nop(1)
- diffimg(1)
- lneato(1)
- mingle(1)
- gv2gxl(1)
- gvmap.sh(1)
Package: graphviz
apt-get install graphviz
apt-get install graphviz
Manuals in package:
Documentations in package:
Manual
| NOP(1) | General Commands Manual | NOP(1) |
NAME
nop - pretty-print graph file
SYNOPSIS
nop [ -p? ] [ files ]
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.
OPTIONS
The following options are supported:
- -p
- Produce no output - just check the input for valid DOT.
- -?
- Print usage information.
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.
SEE ALSO
wc(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), sccmap(1), tred(1), libgraph(3)
| 21 March 2001 |