<?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>PHPMan--Live and learn &#187; linux</title>
	<atom:link href="http://www.phpman.com.cn/archives/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpman.com.cn</link>
	<description>不积跬步,无以至千里;不积小流,无以成江海</description>
	<lastBuildDate>Wed, 28 Jul 2010 02:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>linux下批量正则查找替换文本文件内容</title>
		<link>http://www.phpman.com.cn/archives/337</link>
		<comments>http://www.phpman.com.cn/archives/337#comments</comments>
		<pubDate>Tue, 02 Mar 2010 15:35:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[system related]]></category>
		<category><![CDATA[正则语法]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[正则]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=337</guid>
		<description><![CDATA[
find -name '*.html' &#124; xargs perl -pi -e 's&#124;href=&#34;(.*\.html)&#34;&#124;href=&#34;/html/$1&#34;&#124;g'

如上所示为我在所有形如xxx.html前加上/html/
正则查找，非常灵活方便。留帖备忘
]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/337/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新装ubuntu一些设置及安装</title>
		<link>http://www.phpman.com.cn/archives/130</link>
		<comments>http://www.phpman.com.cn/archives/130#comments</comments>
		<pubDate>Sat, 25 Apr 2009 09:50:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[system related]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scim]]></category>
		<category><![CDATA[五笔]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=130</guid>
		<description><![CDATA[SCIM安装拼音和五笔

装上中文拼音

sudo apt-get install scim-pinyin
...........]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/130/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux常用命令列表</title>
		<link>http://www.phpman.com.cn/archives/92</link>
		<comments>http://www.phpman.com.cn/archives/92#comments</comments>
		<pubDate>Wed, 22 Apr 2009 01:20:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[system related]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=92</guid>
		<description><![CDATA[Learning with Linux (commands for more esoteric work or programming)
原文来自http://linux-newbie.sunsite.dk/]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/92/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>常用的Linux快捷键</title>
		<link>http://www.phpman.com.cn/archives/73</link>
		<comments>http://www.phpman.com.cn/archives/73#comments</comments>
		<pubDate>Mon, 30 Mar 2009 20:56:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[system related]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[short key]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=73</guid>
		<description><![CDATA[常用的Linux快捷键……]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/73/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
