Soubor:Pipeline-notitle.svg

Původní soubor(soubor SVG, nominální rozměr: 426 × 580 pixelů, velikost souboru: 4 KB)

Popis

Popis 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.
Datum
Zdroj Vlastní dílo
Autor TuukkaH
Další verze Díla odvozená od tohoto souboru:

Commandline was:

<pipeline.dot dot -Tsvg | sed -e 's/<title>.*<\/title>//' >pipeline-notitle.svg
 
Zdrojový kód tohoto SVG je validní.
 
Tento vektorový obrázek byl vytvořen programem Graphviz
 
 This chart uses embedded text that can be easily translated using a text editor.

Zdrojový kód

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"]
}

Licence

Public domain TuukkaH, autor tohoto díla, jej uvolnil jako volné dílo, a to celosvětově.

V některých zemích to není podle zákona možné; v takovém případě:
TuukkaH poskytuje komukoli právo užívat toto dílo za libovolným účelem, a to bezpodmínečně s výjimkou podmínek vyžadovaných zákonem.

Popisky

Přidejte jednořádkové vysvětlení, co tento soubor představuje

Položky vyobrazené v tomto souboru

zobrazuje

Historie souboru

Kliknutím na datum a čas se zobrazí tehdejší verze souboru.

Datum a časNáhledRozměryUživatelKomentář
současná9. 4. 2006, 12:01Náhled verze z 9. 4. 2006, 12:01426 × 580 (4 KB)TuukkaHI 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

Tento soubor používá následující stránka: