<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Meeting of Minds &#187; C#</title>
	<atom:link href="http://blog.rajasekharan.com/category/programming/c-sharp-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rajasekharan.com</link>
	<description>And this too shall pass...</description>
	<lastBuildDate>Tue, 20 Apr 2010 20:09:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TarTool &#8211; Windows tar gzip tgz extraction tool</title>
		<link>http://blog.rajasekharan.com/2009/01/16/tartool-windows-tar-gzip-tgz-extraction-tool/</link>
		<comments>http://blog.rajasekharan.com/2009/01/16/tartool-windows-tar-gzip-tgz-extraction-tool/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 00:59:34 +0000</pubDate>
		<dc:creator>senthil</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[tar extract tool]]></category>
		<category><![CDATA[TarTool]]></category>
		<category><![CDATA[tgz]]></category>
		<category><![CDATA[windows 2008]]></category>

		<guid isPermaLink="false">http://blog.rajasekharan.com/?p=112</guid>
		<description><![CDATA[TarTool is a tiny windows command line tool to extract tar gzip (tar.gz or tgz extension) files.
You can download TarTool , unzip and run TarTool.exe as a command line executable.
You can also download TarTool from this alternate download location if the link above is down or does not work for you.
The source code  for TarTool [...]]]></description>
			<content:encoded><![CDATA[<p><a title="TarTool.zip" href="http://dev.rajasekharan.com/TarTool/" target="_blank">TarTool </a>is a tiny windows command line tool to extract tar gzip (tar.gz or tgz extension) files.</p>
<p>You can <a title="TarTool" href="http://tartool.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31505" target="_blank"><strong>download</strong> </a>TarTool , unzip and run TarTool.exe as a command line executable.</p>
<p>You can also <a title="TarTool - Alternate download location." href="http://dev.rajasekharan.com/TarTool/" target="_blank">download </a>TarTool from this alternate download location if the link above is down or does not work for you.</p>
<p>The <a title="TarTool Source Code" href="http://tartool.codeplex.com" target="_blank">source code </a> for TarTool is now hosted on <a title="TarTool Source Code " href="http://tartool.codeplex.com" target="_blank">codeplex</a>.</p>
<p>I wanted to play around with the Microsoft Shared Source CLI <a title="Microsoft Shared Source CLI" href="http://en.wikipedia.org/wiki/Shared_Source_Common_Language_Infrastructure" target="_blank">SSCLI</a>. The <a title="Shared Source Common Language Infrastructure 2.0 Release" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=8C09FD61-3F26-4555-AE17-3121B4F51D4D&amp;displaylang=en" target="_blank">download </a>is only available as a tgz extension. Imagine that <img src='http://blog.rajasekharan.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>After searching the interwebs for tools that would extract tar gzip files , I was disappointed since there was no simple tool to extract tar gzip files on my windows machine.</p>
<p>There are a few tools out there like WinRAR etc., but I found them too bloated for my task.</p>
<p>So I wrote a little tool using <a title="SharpZipLib" href="http://www.icsharpcode.net/OpenSource/SharpZipLib/" target="_blank">SharpZipLib</a>, the open source Zip, GZip, Tar and BZip2 library (great job guys, BTW).</p>
<p><a title="SharpZipLib" href="http://www.icsharpcode.net/OpenSource/SharpZipLib/" target="_blank">SharpZipLib</a> does most of the heavy lifting so the core of <a title="TarTool.zip" href="http://dev.rajasekharan.com/TarTool/" target="_blank">TarTool </a> is less than ten lines of C#. <span style="text-decoration: line-through">I can host the source code if there is enough interest.</span></p>
<p>The <a title="TarTool Source Code" href="http://tartool.codeplex.com/" target="_blank">source </a>is now hosted on codeplex.</p>
<p>Enjoy!</p>
<p> <strong>Update (05/06/2009 17:00 CST) :</strong></p>
<p>TarTool now has an addtional option to untar tar file formats.</p>
<p>TarTool -x sample.tar temp</p>
<p>will untar the sample.tar contents into the temp folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rajasekharan.com/2009/01/16/tartool-windows-tar-gzip-tgz-extraction-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

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