<?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>LAVA WORLD &#187; unzip</title>
	<atom:link href="http://www.vpnall.com/tag/unzip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vpnall.com</link>
	<description>又一个森林Q群:52130297(IT聊天群)</description>
	<lastBuildDate>Fri, 03 Sep 2010 06:42:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[转]Linux下 zip 和 unzip的用法</title>
		<link>http://www.vpnall.com/2009/06/%e8%bd%aclinux%e4%b8%8b-zip-%e5%92%8c-unzip%e7%9a%84%e7%94%a8%e6%b3%95/</link>
		<comments>http://www.vpnall.com/2009/06/%e8%bd%aclinux%e4%b8%8b-zip-%e5%92%8c-unzip%e7%9a%84%e7%94%a8%e6%b3%95/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 02:47:03 +0000</pubDate>
		<dc:creator>lava</dc:creator>
				<category><![CDATA[应用]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[zip]]></category>
		<category><![CDATA[压缩]]></category>

		<guid isPermaLink="false">http://www.vpnall.com/?p=285</guid>
		<description><![CDATA[今天用到,居然忘记了unzip&#8230;老是试用zip来解压缩..
转帖一篇文章:http://www.hinn.cn/2008/01/linux_zip_unzip.html
zip命令的基本用法是：zip [参数] [文件1] [文件2]
简单的例子：
把本目录下的test文件打包... ]]></description>
			<content:encoded><![CDATA[<p>今天用到,居然忘记了unzip&#8230;老是试用zip来解压缩..</p>
<p>转帖一篇文章:<a href="http://www.hinn.cn/2008/01/linux_zip_unzip.html">http://www.hinn.cn/2008/01/linux_zip_unzip.html</a></p>
<div class="asset-body">zip命令的基本用法是：zip [参数] [文件1] [文件2]<br />
简单的例子：<br />
把本目录下的test文件打包成test.zip文件：zip test.zip test/* ，如果在文件中用绝对的路径，那么在压缩文件中也是绝对路径。就是说，如果你 zip test.zip /home/test/* ,那么在压缩文件中也是这样的层次关系。<br />
参数列表：<br />
-a     将文件转成ASCII模式<br />
-F     尝试修复损坏的压缩文件<br />
-h     显示帮助界面<br />
-m     将文件压缩之后，删除源文件</div>
<div id="more" class="asset-more">-n 特定字符串    不压缩具有特定字尾字符串的文件<br />
-o     将压缩文件内的所有文件的最新变动时间设为压缩时候的时间<br />
-q     安静模式，在压缩的时候不显示指令的执行过程<br />
-r     将指定的目录下的所有子目录以及文件一起处理<br />
-S     包含系统文件和隐含文件（S是大写）<br />
-t 日期     把压缩文件的最后修改日期设为指定的日期，日期格式为mmddyyyy</p>
<p>unzip命令的基本语法是：unzip [参数] zip文件<br />
简单例子：<br />
把本目录下的test.zip文件解压：unzip test.zip<br />
参数列表：<br />
-l     列出压缩文件所包含的内容<br />
-v     显示详细的执行过程</p></div>
<div class="asset-more"></div>
<div class="asset-more"></div>

	标签：<a href="http://www.vpnall.com/tag/linux/" title="linux" rel="tag">linux</a>, <a href="http://www.vpnall.com/tag/unzip/" title="unzip" rel="tag">unzip</a>, <a href="http://www.vpnall.com/tag/zip/" title="zip" rel="tag">zip</a>, <a href="http://www.vpnall.com/tag/%e5%8e%8b%e7%bc%a9/" title="压缩" rel="tag">压缩</a><br />

	<h4>相关日志</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.vpnall.com/2009/04/%e9%85%8d%e7%bd%aersync%e5%81%9a%e7%b3%bb%e7%bb%9f%e8%87%aa%e5%8a%a8%e5%bc%82%e5%9c%b0%e5%a4%87%e4%bb%bd/" title="配置rsync做系统自动异地备份 (2009-04-06)">配置rsync做系统自动异地备份</a> (0)</li>
	<li><a href="http://www.vpnall.com/2010/04/%e8%bd%ac-centos%e9%87%8c%e9%9d%a2%e7%9a%84eth0-bak%e9%97%ae%e9%a2%98/" title="转 Centos里面的eth0.bak问题 (2010-04-24)">转 Centos里面的eth0.bak问题</a> (0)</li>
	<li><a href="http://www.vpnall.com/2010/01/%e7%94%a8nohup%e5%91%bd%e4%bb%a4%e8%ae%a9linux%e4%b8%8b%e7%a8%8b%e5%ba%8f%e5%9c%a8%e5%90%8e%e5%8f%b0%e6%89%a7%e8%a1%8c/" title="用nohup命令让Linux下程序在后台执行 (2010-01-31)">用nohup命令让Linux下程序在后台执行</a> (0)</li>
	<li><a href="http://www.vpnall.com/2010/01/%e8%bd%ac%e5%9c%a8ubuntu-8-1%e4%b8%8a%e5%ae%89%e8%a3%9d%e9%85%8d%e7%bd%aefreeradius2-mysql-daloradius/" title="[转]在Ubuntu 8.1上安裝配置Freeradius2 + Mysql + Daloradius (2010-01-05)">[转]在Ubuntu 8.1上安裝配置Freeradius2 + Mysql + Daloradius</a> (0)</li>
	<li><a href="http://www.vpnall.com/2009/03/nginx_apache_mysql_php_memcached_squid/" title="[转]利用nginx+apache+mysql+php+memcached+squid搭建门户网站 (2009-03-09)">[转]利用nginx+apache+mysql+php+memcached+squid搭建门户网站</a> (0)</li>
	<li><a href="http://www.vpnall.com/2010/01/%e8%bd%acwget-%e4%bd%bf%e7%94%a8%e6%8c%87%e5%8d%97/" title="[转]wget 使用指南 (2010-01-31)">[转]wget 使用指南</a> (0)</li>
	<li><a href="http://www.vpnall.com/2009/04/yum%e9%94%99%e8%af%afmetadata-file-does-not-match-checksum%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95/" title="YUM错误Metadata file does not match checksum解决方法 (2009-04-07)">YUM错误Metadata file does not match checksum解决方法</a> (0)</li>
	<li><a href="http://www.vpnall.com/2010/05/linux%e9%85%8d%e7%bd%aesendmail%e6%94%af%e6%8c%81php-mail%e5%87%bd%e6%95%b0/" title="linux配置sendmail支持php mail函数 (2010-05-30)">linux配置sendmail支持php mail函数</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.vpnall.com/2009/06/%e8%bd%aclinux%e4%b8%8b-zip-%e5%92%8c-unzip%e7%9a%84%e7%94%a8%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
