<?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>waimv.com &#187; find</title>
	<atom:link href="http://www.waimv.com/tag/find/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.waimv.com</link>
	<description></description>
	<lastBuildDate>Fri, 09 Nov 2018 10:41:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>find查找目录里文件内容并显示</title>
		<link>http://www.waimv.com/linux/222/</link>
		<comments>http://www.waimv.com/linux/222/#comments</comments>
		<pubDate>Thu, 19 Jul 2012 12:22:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[find]]></category>

		<guid isPermaLink="false">http://www.szpian.com/?p=222</guid>
		<description><![CDATA[find . -type f  -exec grep print_r  -l {} \;]]></description>
			<content:encoded><![CDATA[<p>find . -type f  -exec grep print_r  -l {} \;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waimv.com/linux/222/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux查看子目录中超过10M的文件和目录</title>
		<link>http://www.waimv.com/linux/32/</link>
		<comments>http://www.waimv.com/linux/32/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 08:17:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[find]]></category>

		<guid isPermaLink="false">http://www.szpian.com/?p=32</guid>
		<description><![CDATA[find . -type d -print&#124;wc -l 包括子目录的统计 find . -type f -print&#124;wc -l 包括子目录的文件统计 find . -type f -exec du {} \; find . -type d -exec du {} \; find . -type d -o -size +10M -exec du -sh {} \; find . -type f -o -size +10M -exec du -sh {} \; 越来越觉得find命令很强大了，呵呵]]></description>
			<content:encoded><![CDATA[<p>find . -type d -print|wc -l 包括子目录的统计<br />
find . -type f -print|wc -l 包括子目录的文件统计<br />
find . -type f -exec du {} \;<br />
find . -type d -exec du {} \;<br />
find . -type d -o -size +10M -exec du -sh {} \;<br />
find . -type f -o -size +10M -exec du -sh {} \; </p>
<p>越来越觉得find命令很强大了，呵呵</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waimv.com/linux/32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
