<?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>高山仰止 &#187; Linux</title>
	<atom:link href="http://goto8848.net/category/server/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://goto8848.net</link>
	<description>这里只是一些技术笔记和生活经历</description>
	<lastBuildDate>Thu, 07 Jul 2011 01:08:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>tar 常见用法</title>
		<link>http://goto8848.net/2007/08/tar-%e5%b8%b8%e8%a7%81%e7%94%a8%e6%b3%95/</link>
		<comments>http://goto8848.net/2007/08/tar-%e5%b8%b8%e8%a7%81%e7%94%a8%e6%b3%95/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 16:34:24 +0000</pubDate>
		<dc:creator>Crazy Loong</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[服务器技术]]></category>
		<category><![CDATA[bz2]]></category>
		<category><![CDATA[gz]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[使用方法]]></category>

		<guid isPermaLink="false">http://goto8848.net/2007/08/tar-%e5%b8%b8%e8%a7%81%e7%94%a8%e6%b3%95/</guid>
		<description><![CDATA[在Linux下，为了方便传输、存储，常常把大量的文件和文件夹打包成一个文件。tar就是这个打包的工具。注意，tar仅仅是打包，而没有对数据进行压缩。 但是，tar支持压缩，常见压缩为gzip和bzip2。仅仅打包的文件后缀一般为bar，经gzip压缩的后缀一般为bar.gz，经bzip2压缩的后缀一般为bar.bz2。 1、如何打包？tar zcvf filename.tar.gz files 2、如何解包？tar zxvf filename.tar.gz files 其中，filename.tar.gz为指定的要存储的tar.gz文件名，files为要打包的文件夹或文件。 参数说明： c 建立tar文档（打包） x 放出tar文档（解包） f 指定tar文档名 v 显示详细过程 z 使用gzip压缩]]></description>
			<content:encoded><![CDATA[<p>在Linux下，为了方便传输、存储，常常把大量的文件和文件夹打包成一个文件。tar就是这个打包的工具。注意，tar仅仅是打包，而没有对数据进行压缩。</p>
<p>但是，tar支持压缩，常见压缩为gzip和bzip2。仅仅打包的文件后缀一般为bar，经gzip压缩的后缀一般为bar.gz，经bzip2压缩的后缀一般为bar.bz2。</p>
<p>1、如何打包？<code>tar zcvf filename.tar.gz files</code></p>
<p>2、如何解包？<code>tar zxvf filename.tar.gz files</code></p>
<p>其中，filename.tar.gz为指定的要存储的tar.gz文件名，files为要打包的文件夹或文件。</p>
<p>参数说明：<br />
c 建立tar文档（打包）<br />
x 放出tar文档（解包）<br />
f 指定tar文档名<br />
v 显示详细过程<br />
z 使用gzip压缩</p>
<img src="http://goto8848.net/wordpress/?ak_action=api_record_view&id=25&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://goto8848.net/2007/08/tar-%e5%b8%b8%e8%a7%81%e7%94%a8%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

