<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sending multiple lines of input to a program</title>
	<atom:link href="http://www.tech-recipes.com/rx/204/sending-multiple-lines-of-input-to-a-program/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/204/sending-multiple-lines-of-input-to-a-program/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:16:28 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: qmchenry</title>
		<link>http://www.tech-recipes.com/rx/204/sending-multiple-lines-of-input-to-a-program/comment-page-1/#comment-2455</link>
		<dc:creator>qmchenry</dc:creator>
		<pubDate>Thu, 15 Dec 2005 13:13:42 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-2455</guid>
		<description>I can never remember the term for this technique, but Rex, one of the many who have contributed recipes to Tech-Recipes has a recipe describing this and I look to it to remember that they are called &lt;a href=&quot;http://www.tech-recipes.com/unix_shell_scripting_tips204.html&quot;&gt;here documents&lt;/a&gt;.  I think it is one of the more obscure but useful tips in shell scripting.  

Anyone who knows about here docs definitely has a strong background in UNIX.  If you are willing to share any more tips, you can &lt;a href=&quot;http://www.tech-recipes.com/modules.php?name=Recipes&amp;file=RxEditor&amp;op=addrecipe&quot;&gt;add them as an official recipe&lt;/a&gt; in the category hierarchy that you feel is appropriate.  If they are new recipes, we&#039;ll validate them and you&#039;ll be &lt;a href=&quot;http://www.tech-recipes.com/blog231.php&quot;&gt;compensated&lt;/a&gt;...  A hint to any recipe authors and future Tech Chefs out there, it&#039;s a good idea to do a little &lt;a href=&quot;http://www.tech-recipes.com/modules.php?name=Recipes&amp;op=search&quot;&gt;search&lt;/a&gt; first to see if your idea for a recipe is in our cookbook of over a thousand recipes.

Quinn</description>
		<content:encoded><![CDATA[<p>I can never remember the term for this technique, but Rex, one of the many who have contributed recipes to Tech-Recipes has a recipe describing this and I look to it to remember that they are called <a href="http://www.tech-recipes.com/unix_shell_scripting_tips204.html">here documents</a>.  I think it is one of the more obscure but useful tips in shell scripting.  </p>
<p>Anyone who knows about here docs definitely has a strong background in UNIX.  If you are willing to share any more tips, you can <a href="http://www.tech-recipes.com/modules.php?name=Recipes&amp;file=RxEditor&amp;op=addrecipe">add them as an official recipe</a> in the category hierarchy that you feel is appropriate.  If they are new recipes, we&#8217;ll validate them and you&#8217;ll be <a href="http://www.tech-recipes.com/blog231.php">compensated</a>&#8230;  A hint to any recipe authors and future Tech Chefs out there, it&#8217;s a good idea to do a little <a href="http://www.tech-recipes.com/modules.php?name=Recipes&amp;op=search">search</a> first to see if your idea for a recipe is in our cookbook of over a thousand recipes.</p>
<p>Quinn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/204/sending-multiple-lines-of-input-to-a-program/comment-page-1/#comment-2450</link>
		<dc:creator></dc:creator>
		<pubDate>Wed, 14 Dec 2005 09:09:41 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-2450</guid>
		<description>It&#039;s possible even to create a multi-line file, using this method:

cat&lt;&lt;EOF &gt; /tmp/MY_NEW_FILE
line 1
one more line
...
last line
EOF</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible even to create a multi-line file, using this method:</p>
<p>cat&lt;&lt;EOF &gt; /tmp/MY_NEW_FILE<br />
line 1<br />
one more line<br />
&#8230;<br />
last line<br />
EOF</p>
]]></content:encoded>
	</item>
</channel>
</rss>
