Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nop(1) [mojave man page]

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 NOP(1)

Check Out this Related Man Page

GC(1)							      General Commands Manual							     GC(1)

NAME
gc - count graph components SYNOPSIS
gc [ -necCaDUrs? ] [ files ] DESCRIPTION
gc is a graph analogue to wc in that it prints to standard output the number of nodes, edges, connected components or clusters contained in the input files. It also prints a total count for all graphs if more than one graph is given. OPTIONS
The following options are supported: -n Count nodes. -e Count edges. -c Count connected components. -C Count clusters. By definition, a cluster is a graph or subgraph whose name begins with "cluster". -a Count all. Equivalent to -encC -r Recursively analyze subgraphs. -s Print no output. Only exit value is important. -D Only analyze directed graphs. -U Only analyze undirected graphs. -? Print usage information. By default, gc returns the number of nodes and edges. OPERANDS
The following operand is supported: files Names of files containing 1 or more graphs in dot format. If no files operand is specified, the standard input will be used. EXIT STATUS
The following exit values are returned: 0 Successful completion. 1 The -U or -E option was used, and a graph of the wrong type was encountered. AUTHOR
Emden R. Gansner <erg@research.att.com> SEE ALSO
wc(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), sccmap(1), tred(1), libgraph(3) 21 March 2001 GC(1)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Diving In

Well, I'm kind of diving into all this. My cp is pretty much pooched so I figured instead of going out and buying a new one, I'd try to build my own. I'd pretty much be set, but I'm kind of board with MS and I want to try something new, so I decided to kind of dive right into this UNIX thing. ... (3 Replies)
Discussion started by: Nocturne
3 Replies

2. UNIX Desktop Questions & Answers

append a line to the last line in a file

Suppose i have a file "xyz.txt" which contains abcdef ghijklm nop Now in want to add "qrst" to the last line such that the file becomes abcdef ghijklm nopqrst P.S:The o/p i need is abcdef ghijklm nopqrst (and not) nop qrst (5 Replies)
Discussion started by: subhrap.das
5 Replies

3. Shell Programming and Scripting

Every nth line with different starting point

Hi every one, I am trying to generate different files from a column of numbers with the following format, as an example: main file(input) 1 2 3 . ... (19 Replies)
Discussion started by: nxp
19 Replies

4. Shell Programming and Scripting

Capturing data between patterns

Hii, Friends, I want your help in one of my problem. My problem is as follows. I have a flat file as follows (Just a sample) MHT011 01(DOT)8750707asdfas8609 03(DOT)ASD3453ASD 09(DOT)876JHT87 11(DOT)sfd324ert TTT077 01(MOB)876786klj897 06(MOB)876JHT87 07(MOB)sfd324ert... (4 Replies)
Discussion started by: anushree.a
4 Replies

5. Shell Programming and Scripting

Field matching between 2 files

Okay so I'm pretty new to scripting therefore this problem seems pretty tough. I have a main file that has a column of IP addresses and I have to compare it with 3 separate files that also have IP address columns. These 3 files are automatically generated from 3 different servers. Each time... (2 Replies)
Discussion started by: Spunkerspawn
2 Replies

6. UNIX and Linux Applications

Organize (pretty) code

I'm looking for terminal programs, which organize and pretty code like HTML or JavaScript. Thanks! ---------- Post updated at 07:01 AM ---------- Previous update was at 01:49 AM ---------- Found this Online javascript beautifier (1 Reply)
Discussion started by: borobudur
1 Replies

7. Hardware

UNISYS U6000/50 Help needed! :)

Hi all, here at our computer museum in Palazzolo Acreide, Italy, we're trying to restore this ancient UNISYS server: (some picture here) wiki DOT museo DOT freaknet DOT org/?title=UNISYS_U6000/50 (sorry I can't post any URL) We have casual memory errors but we tested every single SIMM... (1 Reply)
Discussion started by: asbesto
1 Replies

8. Shell Programming and Scripting

Shell script NOP

Hi, Could anyone help me to understand the use of below two statements. I found similar statements in rescan-scsi-bus.sh fun1() { : fun2 # what is the use of this statement? command1 command2 .... } fun2 () { VAR1=1 VAR2="some string" (3 Replies)
Discussion started by: praveen_tds98
3 Replies

9. UNIX for Dummies Questions & Answers

Finding reciprocal columns

super newbish question here. I have a file with the following format: A A 200 A B 100 A C 90 B B 203 B A 101 B C 87 C C 300 C A 91 C B 86 I would like to find reciprocal sets for columns 1 and 2 and then write the value of column 3 for the reciprocal set into column... (14 Replies)
Discussion started by: RawToast
14 Replies