<?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; -pv</title>
	<atom:link href="http://www.1uu2.com/archives/tag/pv/feed" rel="self" type="application/rss+xml" />
	<link>http://www.1uu2.com</link>
	<description>Linux之友</description>
	<lastBuildDate>Sat, 07 Jan 2012 09:01:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>实用命令-pv: 管道查看器</title>
		<link>http://www.1uu2.com/archives/1273</link>
		<comments>http://www.1uu2.com/archives/1273#comments</comments>
		<pubDate>Fri, 11 Dec 2009 00:32:18 +0000</pubDate>
		<dc:creator>Linux之友</dc:creator>
				<category><![CDATA[linux入门]]></category>
		<category><![CDATA[-pv]]></category>

		<guid isPermaLink="false">http://www.1uu2.com/?p=1273</guid>
		<description><![CDATA[管道是 Linux 的 Shell 里面用的很多的东西，利用 pv 这个软件，可以查看通过管道的内容的流量和大小等等，然后用于统计显示。 例如： pv &#60;example.tgz&#124;tar zxf - 可以显示解包的进度。 另外一个例子： tar cf - /usr &#124;pv&#124;gzip &#62;/tmp/usr.tgz 可以显示压缩的进度。 详细的介绍看这里。]]></description>
			<content:encoded><![CDATA[<p>管道是 Linux 的 Shell 里面用的很多的东西，利用 <a href="http://www.ivarch.com/programs/pv.shtml">pv</a> 这个软件，可以查看通过管道的内容的流量和大小等等，然后用于统计显示。</p>
<p>例如：</p>
<pre>pv &lt;example.tgz|tar zxf -</pre>
<p>可以显示解包的进度。</p>
<p>另外一个例子：</p>
<pre>tar cf - /usr |pv|gzip &gt;/tmp/usr.tgz</pre>
<p>可以显示压缩的进度。</p>
<p>详细的介绍看<a href="http://www.ibm.com/developerworks/cn/aix/library/au-spunix_pipeviewer/">这里</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.1uu2.com/archives/1273/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

