<?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; 潘田</title>
	<atom:link href="http://liujia.anqun.cn/index.php/archives/tag/%e6%bd%98%e7%94%b0/feed" rel="self" type="application/rss+xml" />
	<link>http://liujia.anqun.cn</link>
	<description>主机、网站、广告于生活中</description>
	<lastBuildDate>Sun, 08 Jan 2012 17:25:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>find &#8211; rm &#8211; 删除大于1M的文件 &#8211; Shell</title>
		<link>http://liujia.anqun.cn/index.php/archives/73</link>
		<comments>http://liujia.anqun.cn/index.php/archives/73#comments</comments>
		<pubDate>Mon, 23 Nov 2009 15:12:04 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[潘田]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/?p=73</guid>
		<description><![CDATA[问：空间商说存储的文件过多，如1M以上的文件有几千个，要删除，怎么办？
答：可尝试使用以下命令：find . -type f -size +1000k -exec rm -f '{}' \;
感谢：潘田
]]></description>
			<content:encoded><![CDATA[<p>问：空间商说存储的文件过多，如1M以上的文件有几千个，要删除，怎么办？</p>
<p>答：可尝试使用以下命令：<code>find . -type f -size +1000k -exec rm -f '{}' \;</code></p>
<p>感谢：潘田</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/73/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>空格符替换成制表符 &#8211; 表格 &#8211; Shell</title>
		<link>http://liujia.anqun.cn/index.php/archives/71</link>
		<comments>http://liujia.anqun.cn/index.php/archives/71#comments</comments>
		<pubDate>Sun, 22 Nov 2009 03:14:09 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[制表符]]></category>
		<category><![CDATA[潘田]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/?p=71</guid>
		<description><![CDATA[问：有两千多个文件列表需要删除，怎么才能快点？
答：参考的办法是——将文件列表中的空格替换成制表符，导入到表格中，删除不需要的列，用 cat &#62; 文件名 来自动逐个删除
感谢：潘田
]]></description>
			<content:encoded><![CDATA[<p>问：有两千多个文件列表需要删除，怎么才能快点？</p>
<p>答：参考的办法是——将文件列表中的空格替换成制表符，导入到表格中，删除不需要的列，用 cat &gt; 文件名 来自动逐个删除</p>
<p>感谢：潘田</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/71/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

