<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>7天前 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/7%E5%A4%A9%E5%89%8D/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 27 Jun 2014 03:29:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Linux下删除几天前的文件</title>
		<link>https://www.coder4.com/archives/4256</link>
					<comments>https://www.coder4.com/archives/4256#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 27 Jun 2014 03:29:11 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[7天前]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[删除]]></category>
		<category><![CDATA[文件]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=4256</guid>

					<description><![CDATA[# 分别删除 创建7天前、修改7天前、访问7天前的文件。前2个用的较多。 find . -type f -ctime +7 -delete find . -type f -mtime +7 -delete find . -type f -atime +7 -delete &#160;[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/4256/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
