<?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; shell</title>
	<atom:link href="http://www.php-oa.com/tag/shell/feed" rel="self" type="application/rss+xml" />
	<link>http://www.php-oa.com</link>
	<description>Perl Linux CDN Video</description>
	<lastBuildDate>Tue, 07 Feb 2012 07:30:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>用shell统计linux下文件类型的总和</title>
		<link>http://www.php-oa.com/2008/03/28/shell-centos-age.html</link>
		<comments>http://www.php-oa.com/2008/03/28/shell-centos-age.html#comments</comments>
		<pubDate>Fri, 28 Mar 2008 03:53:22 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux 相关文章]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[总和]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/2008/03/28/yongshelltongjilinuxxiawenjianleixingdezonghe/</guid>
		<description><![CDATA[&#160; 因为同事要统计一下服务器下面所有的jpg的文件的大小,写了个shell给他来统计.原来用xargs实现,但他一次处理一部分,搞的有多个总和&#8230;.,下面的命令就能解决啦. sudo find / -name *.jpg -exec wc ... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2008/03/28/shell-centos-age.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell 和 Shell Script基础</title>
		<link>http://www.php-oa.com/2008/03/08/shellheshellscriptjichu.html</link>
		<comments>http://www.php-oa.com/2008/03/08/shellheshellscriptjichu.html#comments</comments>
		<pubDate>Fri, 07 Mar 2008 17:26:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux 常用技巧]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/2008/03/08/shellheshellscriptjichu/</guid>
		<description><![CDATA[转:http://www.study-area.org/linux/system/linux_shell.htm 或许,许多人都已经听过 shell 或 bash 这些名字,但不知道您是否知道它们究竟是什么东东呢？ 先回到电脑基础常识上吧：所有的电脑都是由硬体和软... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2008/03/08/shellheshellscriptjichu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>shell删除定制日期以前的文件</title>
		<link>http://www.php-oa.com/2008/03/01/shellshanchudingqiyiqiandewenjian.html</link>
		<comments>http://www.php-oa.com/2008/03/01/shellshanchudingqiyiqiandewenjian.html#comments</comments>
		<pubDate>Sat, 01 Mar 2008 07:46:49 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux 常用技巧]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[删除]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/2008/03/01/shellshanchudingqiyiqiandewenjian/</guid>
		<description><![CDATA[因为我的日志名字每天不一样,写了个shell删除6天以前的文件 &#160; #vim del.sh #!/bin/bash find /var/log/ -mtime +6 &#124;xargs rm -r... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2008/03/01/shellshanchudingqiyiqiandewenjian.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

