<?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: Combine or Join Two Text Files Using PowerShell</title>
	<atom:link href="http://www.brangle.com/wordpress/2009/08/combine-join-two-text-files-using-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brangle.com/wordpress/2009/08/combine-join-two-text-files-using-powershell/</link>
	<description>Just another computer weblog</description>
	<lastBuildDate>Wed, 23 Jun 2010 18:47:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Squashman</title>
		<link>http://www.brangle.com/wordpress/2009/08/combine-join-two-text-files-using-powershell/comment-page-1/#comment-3792</link>
		<dc:creator>Squashman</dc:creator>
		<pubDate>Sat, 20 Feb 2010 07:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.brangle.com/wordpress/?p=422#comment-3792</guid>
		<description>Does this stream the content to the output file?  I would think that would be really slow if it did.  At least in batch it is really slow when using a for loop or type to parse a file and append it to the end of another. 

I currently have a batch file that ultimately does this.
copy /b file1 + file2 + file3 filescombined

I am kind of surprised that powershell doesn&#039;t have a similar command to copy and combine files together.  Well not really.  Everything with powershell is twice as much code most of the time.</description>
		<content:encoded><![CDATA[<p>Does this stream the content to the output file?  I would think that would be really slow if it did.  At least in batch it is really slow when using a for loop or type to parse a file and append it to the end of another. </p>
<p>I currently have a batch file that ultimately does this.<br />
copy /b file1 + file2 + file3 filescombined</p>
<p>I am kind of surprised that powershell doesn&#8217;t have a similar command to copy and combine files together.  Well not really.  Everything with powershell is twice as much code most of the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard Flach</title>
		<link>http://www.brangle.com/wordpress/2009/08/combine-join-two-text-files-using-powershell/comment-page-1/#comment-245</link>
		<dc:creator>Bernard Flach</dc:creator>
		<pubDate>Fri, 18 Sep 2009 06:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.brangle.com/wordpress/?p=422#comment-245</guid>
		<description>Great Tip, Gerardo.
May i add this tip to our Powershelltips Database ?

Regards,
 Bernard Flach
 Powershelltips.org</description>
		<content:encoded><![CDATA[<p>Great Tip, Gerardo.<br />
May i add this tip to our Powershelltips Database ?</p>
<p>Regards,<br />
 Bernard Flach<br />
 Powershelltips.org</p>
]]></content:encoded>
	</item>
</channel>
</rss>
