<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Reading Standard Input in a Bash Shell Script</title>
	<atom:link href="http://scott.sherrillmix.com/blog/programmer/reading-standard-input-in-a-bash-shell-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://scott.sherrillmix.com/blog/programmer/reading-standard-input-in-a-bash-shell-script/</link>
	<description>I'm a biologist not a...</description>
	<pubDate>Fri, 29 Aug 2008 21:58:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: firebush</title>
		<link>http://scott.sherrillmix.com/blog/programmer/reading-standard-input-in-a-bash-shell-script/#comment-58293</link>
		<dc:creator>firebush</dc:creator>
		<pubDate>Sat, 28 Jun 2008 15:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/uncategorized/reading-standard-input-in-a-bash-shell-script/#comment-58293</guid>
		<description>Thanks, this was helpful.</description>
		<content:encoded><![CDATA[<p>Thanks, this was helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScottS-M</title>
		<link>http://scott.sherrillmix.com/blog/programmer/reading-standard-input-in-a-bash-shell-script/#comment-3969</link>
		<dc:creator>ScottS-M</dc:creator>
		<pubDate>Mon, 11 Jun 2007 14:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/uncategorized/reading-standard-input-in-a-bash-shell-script/#comment-3969</guid>
		<description>That's true. I tend to be lazy and just call bash explicitly instead of using chmod and adding  &lt;code&gt;#!/bin/bash&lt;/code&gt; to the first line of the script.</description>
		<content:encoded><![CDATA[<p>That&#8217;s true. I tend to be lazy and just call bash explicitly instead of using chmod and adding  <code>#!/bin/bash</code> to the first line of the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://scott.sherrillmix.com/blog/programmer/reading-standard-input-in-a-bash-shell-script/#comment-3968</link>
		<dc:creator>J</dc:creator>
		<pubDate>Mon, 11 Jun 2007 13:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/uncategorized/reading-standard-input-in-a-bash-shell-script/#comment-3968</guid>
		<description>It's unnecessary to call "bash myscript.bash"

Set your script executable:
chmod +x myscript.bash

and then run it as:
cat sourcefile.txt &#124; ./myscript.bash</description>
		<content:encoded><![CDATA[<p>It&#8217;s unnecessary to call &#8220;bash myscript.bash&#8221;</p>
<p>Set your script executable:<br />
chmod +x myscript.bash</p>
<p>and then run it as:<br />
cat sourcefile.txt | ./myscript.bash</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.248 seconds -->
