<?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: Creating an extracting tar files</title>
	<atom:link href="http://thelinuxnoob.com/linux/create-and-extract-tar-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://thelinuxnoob.com/linux/create-and-extract-tar-files/</link>
	<description>Fixin' issues one ticket at a time!</description>
	<lastBuildDate>Fri, 21 May 2010 00:24:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Clayton</title>
		<link>http://thelinuxnoob.com/linux/create-and-extract-tar-files/comment-page-1/#comment-158</link>
		<dc:creator>Clayton</dc:creator>
		<pubDate>Mon, 17 Aug 2009 09:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://thelinuxnoob.com/?p=36#comment-158</guid>
		<description>Nice catch, fixed. Ty :)</description>
		<content:encoded><![CDATA[<p>Nice catch, fixed. Ty <img src='http://thelinuxnoob.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DuncanMoo</title>
		<link>http://thelinuxnoob.com/linux/create-and-extract-tar-files/comment-page-1/#comment-157</link>
		<dc:creator>DuncanMoo</dc:creator>
		<pubDate>Mon, 17 Aug 2009 09:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://thelinuxnoob.com/?p=36#comment-157</guid>
		<description>Your first line is missing a little dash if I am not mistaken, so:
tar czf new-tar-file-name.tar.gz file-or-folder-to-archive
Should be
tar -czf new-tar-file-name.tar.gz file-or-folder-to-archive

not so?</description>
		<content:encoded><![CDATA[<p>Your first line is missing a little dash if I am not mistaken, so:<br />
tar czf new-tar-file-name.tar.gz file-or-folder-to-archive<br />
Should be<br />
tar -czf new-tar-file-name.tar.gz file-or-folder-to-archive</p>
<p>not so?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
