File:Pipeline-notitle.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 426 × 580 pixels, file size: 4 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description Simple diagram of a POSIX (Unix) pipeline of standard streams. Depicted: a text terminal, the running programs in a pipeline, the streams standard input stdin, standard output stdout, standard error stderr.
Date
Source Own work
Author TuukkaH
Other versions Derivative works of this file:

Commandline was:

<pipeline.dot dot -Tsvg | sed -e 's/<title>.*<\/title>//' >pipeline-notitle.svg
 
The SVG code is valid.
 
This chart was created with Graphviz.
 
 This chart uses embedded text that can be easily translated using a text editor.

Source code

InfoField

DOT Source code

digraph Pipeline {
        overlap=ortho
        subgraph clusterTerminal {
                label="Text terminal"
                style=filled;
                color=lightgrey;
                node [style=filled,fillcolor=white,shape=box];
                Keyboard
                Display
# invisible content to match layout with pipeline:
                edge [style=invis,weight=100]
                node [style=invis,label="",width=0.01,height=0.01]
                Keyboard -> prg1pad
                prg1pad -> prg2pad
                prg2pad -> prg3pad
                prg3pad -> Display
        }

        Keyboard -> Program1 [label="    stdin",style="bold"]
        Program1 -> Display [label="stderr"]
        Program1 -> Program2 [weight=10,label="          stdout | stdin",style="bold"]

        Program2 -> Display [label="stderr"]
        Program2 -> Program3 [weight=10,label="          stdout | stdin",style="bold"]

        Program3 -> Display [weight=10,label="  stdout",style="bold"]
        Program3 -> Display [label="stderr"]
}

Licensing[edit]

Public domain This work has been released into the public domain by its author, TuukkaH. This applies worldwide.

In some countries this may not be legally possible; if so:
TuukkaH grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current10:01, 9 April 2006Thumbnail for version as of 10:01, 9 April 2006426 × 580 (4 KB)TuukkaH (talk | contribs)I made this simple diagram of a POSIX (Unix) pipeline of standard streams using Graphviz. Depicted: a text terminal, the running programs in a pipeline, the streams standard input stdin, standard output stdout, standard error stderr. Commandline was <pi

The following page uses this file:

File usage on other wikis

The following other wikis use this file: