Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

nop (1)

Name

nop - print graph file

Synopsis

nop [ -p?  ] [ files ]

Description

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 (canoni-
       cal) 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.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | image/graphviz   |
       +---------------+------------------+
       |Stability      | Volatile         |
       +---------------+------------------+

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



NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source  was  downloaded from  http://gitlab.com/graphviz/graphviz/-/ar-
       chive/2.47.1/graphviz-2.47.1.tar.gz.

       Further information about this software can be found on the open source
       community website at http://www.graphviz.org/.



                                 21 March 2001                          NOP(1)