<?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>webslave.ws &#187; shell</title>
	<atom:link href="http://www.webslave.ws/tag/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webslave.ws</link>
	<description>Web Slave</description>
	<lastBuildDate>Tue, 18 Oct 2011 22:05:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to tar a directory?</title>
		<link>http://www.webslave.ws/05/how-to-tar-a-directory/</link>
		<comments>http://www.webslave.ws/05/how-to-tar-a-directory/#comments</comments>
		<pubDate>Fri, 21 May 2010 19:59:59 +0000</pubDate>
		<dc:creator>webslave</dc:creator>
				<category><![CDATA[Linux Issues]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://www.webslave.ws/?p=479</guid>
		<description><![CDATA[I just needed to tar a directory with all files inside of it under Debian 5. Open shell prompt or putty whatever and write: tar -cf &#8220;files.tar&#8221; /path/to/yourfiles by the way &#8220;c&#8221; means youre creating a tar file and &#8220;f&#8221; means you want to use a file name as you pleased. If you want to [...]]]></description>
			<content:encoded><![CDATA[<p>I just needed to tar a directory with all files inside of it under Debian 5.</p>
<p>Open shell prompt or putty whatever and write:</p>
<h3>tar -cf &#8220;files.tar&#8221; /path/to/yourfiles</h3>
<p>by the way &#8220;c&#8221; means youre creating a tar file and &#8220;f&#8221; means you want to use a file name as you pleased.</p>
<p>If you want to update this tar file you can use:</p>
<h3>tar -uf &#8220;files.tar&#8221; /path/to/yourfiles</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.webslave.ws/05/how-to-tar-a-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

