<?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; find</title>
	<atom:link href="http://www.chengyongxu.com/blog/tag/find/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chengyongxu.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 06 Jan 2012 18:32:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Linux下快速找到占用大量磁盘空间的新文件</title>
		<link>http://www.chengyongxu.com/blog/linux%e4%b8%8b%e5%bf%ab%e9%80%9f%e6%89%be%e5%88%b0%e5%8d%a0%e7%94%a8%e5%a4%a7%e9%87%8f%e7%a3%81%e7%9b%98%e7%a9%ba%e9%97%b4%e7%9a%84%e6%96%b0%e6%96%87%e4%bb%b6/</link>
		<comments>http://www.chengyongxu.com/blog/linux%e4%b8%8b%e5%bf%ab%e9%80%9f%e6%89%be%e5%88%b0%e5%8d%a0%e7%94%a8%e5%a4%a7%e9%87%8f%e7%a3%81%e7%9b%98%e7%a9%ba%e9%97%b4%e7%9a%84%e6%96%b0%e6%96%87%e4%bb%b6/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 03:03:22 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[shell编程]]></category>
		<category><![CDATA[桌面应用]]></category>
		<category><![CDATA[find]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=543</guid>
		<description><![CDATA[<p>半夜收到N条服务器报警短信，发现40分钟内少了3个G空间。 find / -cmin -600 -size +10M -cmin -600 # 是600分钟内创建的文件 -size +10M # 是大于10M的文件 扩展： -mtime -n +n # 按更改时间来查找文件，-n指n天以内，+n指n天以前 -atime -n +n # 按访问时间来查找文件，-n指n天以内，+n指n天以前 -ctime -n +n # 按创建时间来查找文件，-n指n天以内，+n指n天以前 -size -n +n单位 # 按大小来查找文件，单位可以是b,c,w,k,M,G &hellip; <a class="more-link" href="http://www.chengyongxu.com/blog/linux%e4%b8%8b%e5%bf%ab%e9%80%9f%e6%89%be%e5%88%b0%e5%8d%a0%e7%94%a8%e5%a4%a7%e9%87%8f%e7%a3%81%e7%9b%98%e7%a9%ba%e9%97%b4%e7%9a%84%e6%96%b0%e6%96%87%e4%bb%b6/">More<span class="meta-nav">&rarr;</span></a></p>
]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/linux%e4%b8%8b%e5%bf%ab%e9%80%9f%e6%89%be%e5%88%b0%e5%8d%a0%e7%94%a8%e5%a4%a7%e9%87%8f%e7%a3%81%e7%9b%98%e7%a9%ba%e9%97%b4%e7%9a%84%e6%96%b0%e6%96%87%e4%bb%b6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chinaitlab 8cd linux教程笔记_SHELL编程部分</title>
		<link>http://www.chengyongxu.com/blog/chinaitlab-8cd-linux%e6%95%99%e7%a8%8b%e7%ac%94%e8%ae%b0_shell%e7%bc%96%e7%a8%8b%e9%83%a8%e5%88%86/</link>
		<comments>http://www.chengyongxu.com/blog/chinaitlab-8cd-linux%e6%95%99%e7%a8%8b%e7%ac%94%e8%ae%b0_shell%e7%bc%96%e7%a8%8b%e9%83%a8%e5%88%86/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 05:48:08 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[shell编程]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[Chinaitlab]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[kill]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[变量]]></category>
		<category><![CDATA[循环]]></category>
		<category><![CDATA[控制流]]></category>
		<category><![CDATA[正则表达式]]></category>
		<category><![CDATA[运算符]]></category>
		<category><![CDATA[运行级别]]></category>
		<category><![CDATA[重定向]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=173</guid>
		<description><![CDATA[<p>############################ #Chinaitlab 8cd linux教程笔记_Shell编程部分# ############################ &lt;1&gt;shell简介 命令替换 myfile的内容 parm findfile #ls `cat myfile` -al shell脚本基本元素 a.#!/bin/sh b.#注释 c.变量 #用来存储信息 d.流程控制结构 管道| #一个命令输出作为后一个命令的输入 重定向&lt;&gt;#与管道相关，可以改变程序运行的输入来源和输出地点 sort &lt;httpd.conf &gt;httpd.conf.new 特殊字符 双引号：用来使shell无法认出空格、制表符和其它特殊字符 单引号：用来使shell无法认出所有特殊字符 反引号：用来替换命令 反斜杠：用来使shell无认出其后的特殊字符 分 号：允许在一行放多个命令 ＆ ：命令后台执行 括 &hellip; <a class="more-link" href="http://www.chengyongxu.com/blog/chinaitlab-8cd-linux%e6%95%99%e7%a8%8b%e7%ac%94%e8%ae%b0_shell%e7%bc%96%e7%a8%8b%e9%83%a8%e5%88%86/">More<span class="meta-nav">&rarr;</span></a></p>
]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/chinaitlab-8cd-linux%e6%95%99%e7%a8%8b%e7%ac%94%e8%ae%b0_shell%e7%bc%96%e7%a8%8b%e9%83%a8%e5%88%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

