<?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>排除目录 &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/%e6%8e%92%e9%99%a4%e7%9b%ae%e5%bd%95/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Tue, 20 Aug 2019 01:43:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>find排除一个或多个目录的方法</title>
		<link>https://moneyslow.com/find%e6%8e%92%e9%99%a4%e4%b8%80%e4%b8%aa%e6%88%96%e5%a4%9a%e4%b8%aa%e7%9b%ae%e5%bd%95%e7%9a%84%e6%96%b9%e6%b3%95.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Tue, 20 Aug 2019 01:43:47 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[排除目录]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=9085</guid>

					<description><![CDATA[百度就是垃圾，搜索结果千篇一律，错抄错。google一下，总结find排除某个目录的方法： How to exclude a directory in find . command Use the -prune switch. For example, if you want to exclude the misc directory just add a -path ./misc -prune -o to your find command: 寻找当前目录，排除misc目录，文件类型txt： find . -path ./misc -prune -o -name '*.txt' -print Here is an example with multiple directories: 排除多个目录dir1,dir2,dir3的做法： find . [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
