<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>JUST OPEN SOURCE MATTERS! &#187; linux</title>
	<atom:link href="http://egoleo.wordpress.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://egoleo.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 16 Nov 2009 10:58:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='egoleo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5e19ec028a7bc3d719baf3a90899efc3?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>JUST OPEN SOURCE MATTERS! &#187; linux</title>
		<link>http://egoleo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://egoleo.wordpress.com/osd.xml" title="JUST OPEN SOURCE MATTERS!" />
		<item>
		<title>How to zip files on linux</title>
		<link>http://egoleo.wordpress.com/2008/06/02/how-to-zip-files-on-linux/</link>
		<comments>http://egoleo.wordpress.com/2008/06/02/how-to-zip-files-on-linux/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 09:55:40 +0000</pubDate>
		<dc:creator>egoleo</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://egoleo.wordpress.com/?p=16</guid>
		<description><![CDATA[Ziping files on linux using shell is one of the most easy things to do
but today i got a bit confused when a friend asked me how to zip a file with
a different name.
example : normally i zip with the source and target name all been same.
zip -r foobar foobar
which will result in 
foobar.zip
but what [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=egoleo.wordpress.com&blog=480684&post=16&subd=egoleo&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ziping files on linux using shell is one of the most easy things to do<br />
but today i got a bit confused when a friend asked me how to zip a file with<br />
a different name.<br />
example : normally i zip with the source and target name all been same.</p>
<p><strong>zip -r foobar foobar</strong></p>
<p>which will result in </p>
<p>foobar.zip</p>
<p>but what my friend wanted was having a different name for the result.</p>
<p>So i had to jump straight to the linux channel on IRC. below is what i learnt from there.</p>
<p><strong>zip -r foo.zip bar<br />
</strong><br />
which results in foo.zip</p>
<p>what abt unziping too</p>
<p><strong>unzip foo.zip</strong></p>
<p>but what about unziping to have different name .</p>
<p><strong>unzip foo.zip &amp;&amp; mv foo bar</strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/egoleo.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/egoleo.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/egoleo.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/egoleo.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/egoleo.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/egoleo.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/egoleo.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/egoleo.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/egoleo.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/egoleo.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/egoleo.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/egoleo.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=egoleo.wordpress.com&blog=480684&post=16&subd=egoleo&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://egoleo.wordpress.com/2008/06/02/how-to-zip-files-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9f2187a61b1df607ea233b0e4f27318?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">egoleo</media:title>
		</media:content>
	</item>
	</channel>
</rss>