<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://freebsdwiki.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://freebsdwiki.net/index.php?action=history&amp;feed=atom&amp;title=Stdout</id>
		<title>Stdout - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://freebsdwiki.net/index.php?action=history&amp;feed=atom&amp;title=Stdout"/>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php?title=Stdout&amp;action=history"/>
		<updated>2026-05-20T08:25:48Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://freebsdwiki.net/index.php?title=Stdout&amp;diff=8448&amp;oldid=prev</id>
		<title>Jimbo at 19:02, 28 May 2007</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php?title=Stdout&amp;diff=8448&amp;oldid=prev"/>
				<updated>2007-05-28T19:02:27Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 19:02, 28 May 2007&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''stdout''' is the ''standard output'' of a program - which, typically, is dumped to the [[console]] unless you've [[redirect]]ed it somewhere else.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''stdout''' is the ''standard output'' &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;stream &lt;/ins&gt;of a program - which, typically, is dumped to the [[console]] unless you've [[redirect]]ed it somewhere else.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''stdin''' is the ''standard input'' of a program - in other words, where it typically receives data.&amp;#160; You may [[pipe]] one program's '''stdout''' to another program's '''stdin''' - for example, '''ls -l /usr/ports/www | [[grep]] php''' will make the [[grep]] utility look for the word &amp;quot;php&amp;quot; in the output of the [[ls]] of the www [[ports]] directory.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''stdin''' is the ''standard input'' &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;stream &lt;/ins&gt;of a program - in other words, where it typically receives data.&amp;#160; You may [[pipe]] one program's '''stdout''' to another program's '''stdin''' - for example, '''ls -l /usr/ports/www | [[grep]] php''' will make the [[grep]] utility look for the word &amp;quot;php&amp;quot; in the output of the [[ls]] of the www [[ports]] directory.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''stderr''' is the ''standard error'' of a program - generally, if not redirected, it will also dump to the console with '''stdout''' but in a bright white color instead of the light gray color of '''stdout'''.&amp;#160; It is useful to have programs write error or system messages to '''stderr''' instead of '''stdout''' so that they may be redirected elsewhere from normal program output - for example, to a log file.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''stderr''' is the ''standard error'' &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;stream &lt;/ins&gt;of a program - generally, if not redirected, it will also dump to the console with '''stdout''' but in a bright white color instead of the light gray color of '''stdout'''.&amp;#160; It is useful to have programs write error or system messages to '''stderr''' instead of '''stdout''' so that they may be redirected elsewhere from normal program output - for example, to a log file.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:FreeBSD Terminology]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:FreeBSD Terminology]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key bsdwiki:diff:version:1.11a:oldid:8447:newid:8448 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jimbo</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php?title=Stdout&amp;diff=8447&amp;oldid=prev</id>
		<title>Jimbo at 19:02, 28 May 2007</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php?title=Stdout&amp;diff=8447&amp;oldid=prev"/>
				<updated>2007-05-28T19:02:04Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 19:02, 28 May 2007&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''stdout''' is the &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;'&lt;/del&gt;''standard output&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;'&lt;/del&gt;'' of a program - which, typically, is dumped to the [[console]] unless you've [[redirect]]ed it somewhere else.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''stdout''' is the ''standard output'' of a program - which, typically, is dumped to the [[console]] unless you've [[redirect]]ed it somewhere else.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''stdin''' is the &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;'&lt;/del&gt;''standard input&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;'&lt;/del&gt;'' of a program - in other words, where it typically receives data.&amp;#160; You may [[pipe]] one program's '''stdout''' to another program's '''stdin''' - for example, '''ls -l /usr/ports/www | [[grep]] php''' will make the [[grep]] utility look for the word &amp;quot;php&amp;quot; in the output of the [[ls]] of the www [[ports]] directory.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''stdin''' is the ''standard input'' of a program - in other words, where it typically receives data.&amp;#160; You may [[pipe]] one program's '''stdout''' to another program's '''stdin''' - for example, '''ls -l /usr/ports/www | [[grep]] php''' will make the [[grep]] utility look for the word &amp;quot;php&amp;quot; in the output of the [[ls]] of the www [[ports]] directory.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''stderr''' is the &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;'&lt;/del&gt;''standard error&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;'&lt;/del&gt;'' of a program - generally, if not redirected, it will also dump to the console with '''stdout''' but in a bright white color instead of the light gray color of '''stdout'''.&amp;#160; It is useful to have programs write error or system messages to '''stderr''' instead of '''stdout''' so that they may be redirected elsewhere from normal program output - for example, to a log file.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''stderr''' is the ''standard error'' of a program - generally, if not redirected, it will also dump to the console with '''stdout''' but in a bright white color instead of the light gray color of '''stdout'''.&amp;#160; It is useful to have programs write error or system messages to '''stderr''' instead of '''stdout''' so that they may be redirected elsewhere from normal program output - for example, to a log file.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:FreeBSD Terminology]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:FreeBSD Terminology]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key bsdwiki:diff:version:1.11a:oldid:8446:newid:8447 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jimbo</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php?title=Stdout&amp;diff=8446&amp;oldid=prev</id>
		<title>Jimbo at 19:01, 28 May 2007</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php?title=Stdout&amp;diff=8446&amp;oldid=prev"/>
				<updated>2007-05-28T19:01:40Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''stdout''' is the '''standard output''' of a program - which, typically, is dumped to the [[console]] unless you've [[redirect]]ed it somewhere else.&lt;br /&gt;
&lt;br /&gt;
'''stdin''' is the '''standard input''' of a program - in other words, where it typically receives data.  You may [[pipe]] one program's '''stdout''' to another program's '''stdin''' - for example, '''ls -l /usr/ports/www | [[grep]] php''' will make the [[grep]] utility look for the word &amp;quot;php&amp;quot; in the output of the [[ls]] of the www [[ports]] directory.&lt;br /&gt;
&lt;br /&gt;
'''stderr''' is the '''standard error''' of a program - generally, if not redirected, it will also dump to the console with '''stdout''' but in a bright white color instead of the light gray color of '''stdout'''.  It is useful to have programs write error or system messages to '''stderr''' instead of '''stdout''' so that they may be redirected elsewhere from normal program output - for example, to a log file.&lt;br /&gt;
&lt;br /&gt;
[[Category:FreeBSD Terminology]]&lt;/div&gt;</summary>
		<author><name>Jimbo</name></author>	</entry>

	</feed>