Para usar esta imagem numa página da Wikipédia inserir: [[Imagem:Pipeline-notitle.svg|thumb|180px|Legenda]]
Descrição do ficheiro
DescriçãoPipeline-notitle.svg
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.
Este arquivo SVG utiliza texto incorporado que pode ser facilmente traduzido usando um editor de texto.
Código fonte
InfoField
DOT Source code
digraphPipeline{overlap=orthosubgraphclusterTerminal{label="Text terminal"style=filled;color=lightgrey;node[style=filled,fillcolor=white,shape=box];KeyboardDisplay# invisible content to match layout with pipeline:edge[style=invis,weight=100]node[style=invis,label="",width=0.01,height=0.01]Keyboard->prg1padprg1pad->prg2padprg2pad->prg3padprg3pad->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"]}
Licenciamento
Public domainPublic domainfalsefalse
Esta obra foi dedicada ao domínio público pelo autor, TuukkaH, com aplicação em todo o mundo.
Nalguns países isto pode não ser legalmente possível; se assim for: TuukkaH concede a todos o direito de usar esta obra para qualquer fim, sem quaisquer condições, a menos que tais condições sejam impostas por lei.
Legendas
Adicione uma explicação de uma linha do que este ficheiro representa
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