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
[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 links
There are no pages on Wikimedia Commons that link to this file. Some pages on other Wikimedia projects may link to it.
Global file usage
The following other wikis use this file:
- Usage of Stdstreams-notitle.svg on cswiki
- Usage of Stdstreams-notitle.svg on enwiki