<?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>TechBytes &#187; File</title>
	<atom:link href="http://www.asim.pk/tag/file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Fri, 20 Jan 2012 12:48:54 +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 create a tar file using SSH on Linux</title>
		<link>http://www.asim.pk/2008/07/02/how-to-create-a-tar-file-using-ssh-on-linux/</link>
		<comments>http://www.asim.pk/2008/07/02/how-to-create-a-tar-file-using-ssh-on-linux/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 08:29:07 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[Line]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://www.techbytes.pk/blog/?p=33</guid>
		<description><![CDATA[To create a tar from a directory using SSH on Linux punch in the following command Where &#8220;mystuff&#8221; is a directory and backup.tar is the target compressed file. You can also create a file called archive.tar of all the files &#8230; <a href="http://www.asim.pk/2008/07/02/how-to-create-a-tar-file-using-ssh-on-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To create a tar from a directory using SSH on Linux punch in the following command</p>
<pre class="brush: plain; title: ; notranslate">tar -vcf backup.tar mystuff/</pre>
<p>Where &#8220;mystuff&#8221; is a directory and backup.tar is the target compressed file.<br />
You can also create a file called archive.tar of all the files and subdirectories in the current directory with the following command</p>
<pre class="brush: plain; title: ; notranslate">tar -vcf backup.tar *</pre>
<p>Note: &#8220;v&#8221; flag is for verbose mode.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2008/07/02/how-to-create-a-tar-file-using-ssh-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Article: Reading and Writing Spreadsheets with PHP</title>
		<link>http://www.asim.pk/2008/06/27/article-reading-and-writing-spreadsheets-with-php/</link>
		<comments>http://www.asim.pk/2008/06/27/article-reading-and-writing-spreadsheets-with-php/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 11:26:59 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Article]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[Reader]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Writer]]></category>

		<guid isPermaLink="false">http://www.techbytes.pk/blog/?p=32</guid>
		<description><![CDATA[A very nice article on Reading and Writing Spreadsheet Excel files. Read it here.]]></description>
			<content:encoded><![CDATA[<p>A very nice article on Reading and Writing Spreadsheet Excel files.<br />
Read it <a title="Reading and Writing Spreadsheets with PHP" href="http://devzone.zend.com/article/3336-Reading-and-Writing-Spreadsheets-with-PHP" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2008/06/27/article-reading-and-writing-spreadsheets-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

