<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>小明的C++, Java, Bash编程 - vim &amp;amp; bash</title><link>http://blog.csdn.net/fz_zhou/category/359594.aspx</link><description>vim: about vim using document, most of those are copied from other blog;&lt;br /&gt;bash: </description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 19 Feb 2008 14:59:26 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>小明</dc:creator><title>bash 学习笔记(五) -使用提高 (不断更新中)</title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/28/2070682.aspx</link><pubDate>Mon, 28 Jan 2008 22:47:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/28/2070682.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2070682.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/28/2070682.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2070682.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2070682</trackback:ping><description>bash 在使用中遇到一些问题的记录和提高。&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2070682.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>bash 学习笔记(四) -其它</title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2062116.aspx</link><pubDate>Wed, 23 Jan 2008 22:21:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2062116.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2062116.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2062116.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2062116.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2062116</trackback:ping><description>bash 的一些其它搞作，如 shift, getopts, 数组等
数字比较的方法&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2062116.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>bash 学习笔记(四) -流程控制</title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2061238.aspx</link><pubDate>Wed, 23 Jan 2008 14:25:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2061238.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2061238.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2061238.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2061238.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2061238</trackback:ping><description>主要是记录bash 中的流程控制语句的使用，if/else, for, case, select , while/ until.&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2061238.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>bash 学习笔记(三) -命令替换</title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2061145.aspx</link><pubDate>Wed, 23 Jan 2008 13:52:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2061145.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2061145.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2061145.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2061145.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2061145</trackback:ping><description>如何将 linux 命令返回的字符串做为变量在 bash 中使用.&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2061145.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>bash 学习笔记(二) -字符串操作</title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2060810.aspx</link><pubDate>Wed, 23 Jan 2008 11:32:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2060810.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2060810.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2060810.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2060810.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2060810</trackback:ping><description>bash 的字符串操作
1.　赋初始;
2.　非空判断；
3.　错误捕捉；
4.　替换;
5.　计算长度.
&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2060810.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>bash 学习笔记(一) -全局/局部变量，参数使用</title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2060738.aspx</link><pubDate>Wed, 23 Jan 2008 11:06:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2060738.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2060738.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/23/2060738.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2060738.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2060738</trackback:ping><description>bash 变量&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2060738.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>使用VIM开发软件项目 - (15) 在VIM中使用GDB调试 (一) </title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045553.aspx</link><pubDate>Tue, 15 Jan 2008 16:41:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045553.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2045553.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045553.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2045553.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2045553</trackback:ping><description>使用VIM开发软件项目 - (15) 在VIM中使用GDB调试 (一) &lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2045553.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>使用VIM开发软件项目 - (13) 我的vimrc</title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045551.aspx</link><pubDate>Tue, 15 Jan 2008 16:40:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045551.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2045551.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045551.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2045551.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2045551</trackback:ping><description>使用VIM开发软件项目 - (13) 我的vimrc&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2045551.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>使用VIM开发软件项目 - (12) 补全 (二)  </title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045543.aspx</link><pubDate>Tue, 15 Jan 2008 16:38:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045543.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2045543.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045543.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2045543.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2045543</trackback:ping><description>使用VIM开发软件项目 - (12) 补全 (二)  &lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2045543.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>使用VIM开发软件项目 - (12) 补全 (一) </title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045541.aspx</link><pubDate>Tue, 15 Jan 2008 16:37:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045541.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2045541.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045541.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2045541.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2045541</trackback:ping><description>使用VIM开发软件项目 - (12) 补全 (一) &lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2045541.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title> 使用VIM开发软件项目 - (11) 剑不离手：quickfix </title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045524.aspx</link><pubDate>Tue, 15 Jan 2008 16:33:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045524.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2045524.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045524.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2045524.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2045524</trackback:ping><description> 使用VIM开发软件项目 - (11) 剑不离手：quickfix &lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2045524.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>使用VIM开发软件项目 - (9) 乱花渐欲迷人眼</title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045521.aspx</link><pubDate>Tue, 15 Jan 2008 16:32:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045521.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2045521.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045521.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2045521.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2045521</trackback:ping><description>使用VIM开发软件项目 - (9) 乱花渐欲迷人眼&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2045521.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title> 使用VIM开发软件项目 - (10) 程序员的利器: cscope</title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045522.aspx</link><pubDate>Tue, 15 Jan 2008 16:32:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045522.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2045522.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045522.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2045522.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2045522</trackback:ping><description> 使用VIM开发软件项目 - (10) 程序员的利器: cscope&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2045522.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>使用VIM开发软件项目 - (8) 开启文件类型检测</title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045519.aspx</link><pubDate>Tue, 15 Jan 2008 16:31:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045519.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2045519.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045519.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2045519.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2045519</trackback:ping><description>使用VIM开发软件项目 - (8) 开启文件类型检测&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2045519.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>使用VIM开发软件项目 - (5) 使用tag文件和taglist插件 (二)  .</title><link>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045516.aspx</link><pubDate>Tue, 15 Jan 2008 16:30:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045516.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/2045516.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2008/01/15/2045516.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/2045516.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2045516</trackback:ping><description>使用VIM开发软件项目 - (5) 使用tag文件和taglist插件 (二)  &lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/2045516.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>