File:Stdstreams-notitle.svg
From Wikimedia Commons, the free media repository
Stdstreams-notitle.svg (SVG file, nominally 535 × 328 pixels, file size: 58 KB)
[edit] Summary
I made this simple diagram of Unix and C standard streams (stdio) using Graphviz. Depicted: a text terminal, the running program, the streams standard input stdin, standard output stdout, standard error stderr. Commandline was
<stdstreams.dot dot -Tsvg >stdstreams.svg
Because of a Commons bug I needed to edit the svg file in text editor to remove title tags before the upload succeeded.
[edit] Licensing
| I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
|
[edit] Graphviz source
file stdstreams.dot:
digraph StandardStreams {
rankdir=LR
style=filled
color=white
subgraph clusterTerminal {
label="Text terminal"
style=filled;
color=lightgrey;
node [style=filled,fillcolor=white,shape=box,bold];
Keyboard
Display
}
Keyboard -> Program [label="#0 stdin"]
Program -> Display [label="#1 stdout"]
Program -> Display [label="#2 stderr",constraint=none]
}
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 22:27, 17 January 2009 | 535 × 328 (58 KB) | TyIzaeL (talk | contribs) | {{Information |Description=Improved version of previous image. To better match another streams diagram I reworked. |Source= |Date= |Author= |Permission= |other_versions= }} | |
| 02:13, 7 April 2006 | 338 × 231 (2 KB) | TuukkaH (talk | contribs) | I made this simple diagram of Unix and C standard streams (stdio) using Graphviz. Depicted: a text terminal, the running program, the streams standard input stdin, standard output stdout, standard error stderr. Commandline was <stdstreams.dot dot -Tsvg |
- Edit this file using an external application (See the setup instructions for more information)
File usage on Commons
There are no pages that link to this file.
File usage on other wikis
The following other wikis use this file:
- Usage on ca.wikipedia.org
- Usage on cs.wikipedia.org
- Usage on de.wikipedia.org
- Usage on en.wikipedia.org
- Usage on es.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on ja.wikipedia.org
- Usage on ko.wikipedia.org
- Usage on nl.wikipedia.org
- Usage on pl.wikipedia.org
- Usage on pt.wikipedia.org
- Usage on tr.wikipedia.org
- Usage on uk.wikipedia.org