<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: cgvg——命令行下的代码查看工具</title>
	<atom:link href="http://linuxtoy.org/archives/cgvg.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/cgvg.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Tue, 22 May 2012 15:26:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: shellex</title>
		<link>http://linuxtoy.org/archives/cgvg.html#comment-142517</link>
		<dc:creator>shellex</dc:creator>
		<pubDate>Sun, 28 Feb 2010 12:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/adobe-reader-9-3-1.html#comment-142517</guid>
		<description>&lt;p&gt;总是直接grep的飘过...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>总是直接grep的飘过...</p>]]></content:encoded>
	</item>
	<item>
		<title>By: iol</title>
		<link>http://linuxtoy.org/archives/cgvg.html#comment-142383</link>
		<dc:creator>iol</dc:creator>
		<pubDate>Sat, 27 Feb 2010 05:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/adobe-reader-9-3-1.html#comment-142383</guid>
		<description>&lt;p&gt;这个脚本在处理含空格的目录有些问题
vg脚本的１００行修改为
exec &quot;$EDITOR +$line &#039;$path$file&#039;&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>这个脚本在处理含空格的目录有些问题
vg脚本的１００行修改为
exec "$EDITOR +$line '$path$file'"</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fcicq</title>
		<link>http://linuxtoy.org/archives/cgvg.html#comment-142083</link>
		<dc:creator>fcicq</dc:creator>
		<pubDate>Fri, 26 Feb 2010 05:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/adobe-reader-9-3-1.html#comment-142083</guid>
		<description>&lt;p&gt;用 ack-grep 的飘过...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>用 ack-grep 的飘过...</p>]]></content:encoded>
	</item>
	<item>
		<title>By: shellexy</title>
		<link>http://linuxtoy.org/archives/cgvg.html#comment-141802</link>
		<dc:creator>shellexy</dc:creator>
		<pubDate>Thu, 25 Feb 2010 03:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/adobe-reader-9-3-1.html#comment-141802</guid>
		<description>&lt;p&gt;我通常用 grep -C5 参数&lt;/p&gt;

&lt;pre&gt;
$ cat ~/bin/cgrep.sh 
#!/bin/sh -x
grep --include=&#039;*.[ch]&#039; --include=&#039;*.cpp&#039; --include=&#039;*.cc&#039; --include=&#039;*.py&#039; --include=&#039;*.sh&#039; --include=&#039;*.va[lp][ai]&#039; --include=&#039;*.js&#039; -n --color -r &quot;$@&quot;
&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>我通常用 grep -C5 参数</p>

<pre>
$ cat ~/bin/cgrep.sh 
#!/bin/sh -x
grep --include='*.[ch]' --include='*.cpp' --include='*.cc' --include='*.py' --include='*.sh' --include='*.va[lp][ai]' --include='*.js' -n --color -r "$@"
</pre>]]></content:encoded>
	</item>
	<item>
		<title>By: yunt</title>
		<link>http://linuxtoy.org/archives/cgvg.html#comment-141762</link>
		<dc:creator>yunt</dc:creator>
		<pubDate>Wed, 24 Feb 2010 23:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/adobe-reader-9-3-1.html#comment-141762</guid>
		<description>&lt;p&gt;这个俩工具真不错~&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>这个俩工具真不错~</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 君临天下</title>
		<link>http://linuxtoy.org/archives/cgvg.html#comment-141713</link>
		<dc:creator>君临天下</dc:creator>
		<pubDate>Wed, 24 Feb 2010 07:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/adobe-reader-9-3-1.html#comment-141713</guid>
		<description>&lt;p&gt;在RHEL5U4上安装了感觉很好用！这篇文章我转到我的blog里做备忘录了！&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>在RHEL5U4上安装了感觉很好用！这篇文章我转到我的blog里做备忘录了！</p>]]></content:encoded>
	</item>
	<item>
		<title>By: upsuper</title>
		<link>http://linuxtoy.org/archives/cgvg.html#comment-141708</link>
		<dc:creator>upsuper</dc:creator>
		<pubDate>Wed, 24 Feb 2010 05:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/adobe-reader-9-3-1.html#comment-141708</guid>
		<description>&lt;p&gt;cgvg 在 archlinux 的官方包里面没有，鉴定完毕……
不过 AUR 里面有就是了……&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>cgvg 在 archlinux 的官方包里面没有，鉴定完毕……
不过 AUR 里面有就是了……</p>]]></content:encoded>
	</item>
	<item>
		<title>By: stripsss@live.cn</title>
		<link>http://linuxtoy.org/archives/cgvg.html#comment-141701</link>
		<dc:creator>stripsss@live.cn</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/adobe-reader-9-3-1.html#comment-141701</guid>
		<description>&lt;p&gt;vim下还有个很好用的检视代码插件，但忘记名字了，想不起来在哪里找到的。。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>vim下还有个很好用的检视代码插件，但忘记名字了，想不起来在哪里找到的。。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bones7456</title>
		<link>http://linuxtoy.org/archives/cgvg.html#comment-141698</link>
		<dc:creator>bones7456</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/adobe-reader-9-3-1.html#comment-141698</guid>
		<description>&lt;p&gt;不错，好用的小工具~&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>不错，好用的小工具~</p>]]></content:encoded>
	</item>
</channel>
</rss>

