<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/dycwahaha" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/dycwahaha" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 10 Aug 2010 15:02:00 GMT</lastBuildDate><title>小楼昨夜听雨</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=dycwahaha</link><item><title>vim 学习笔记</title><link>http://blog.csdn.net/dycwahaha/archive/2010/08/10/5802729.aspx</link><description>&lt;br /&gt;转载自: http://blog.guoshuang.com/?p=4785&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;vim 直接ftp修改远程文件（类似于 editplus）&lt;br /&gt;vim ftp://192.168.150.20/index.php&lt;br /&gt;vim 打开文件管理器&lt;br /&gt;e.&lt;br /&gt;d 新建目录&lt;br /&gt;- 回到上级目录&lt;br /&gt;s 改变排序方式&lt;br /&gt;x 执行当前（光标所在处）文件&lt;br /&gt;半个中文显示&lt;br /&gt;ambiwidth=double：把所有的“不明宽度”字符 [9]——指的是在 Unicode 字符集中某些同时在东西方语言中使用的字符，如省略号、破折号、书名号和全角引号，在西方文字中通常字符宽度等同于普通 ASCII 字符，而在东方文字中通常字符宽度等同于两倍的普通 ASCII 字符，因而其宽度“不明”——的宽度置为双倍字符宽度（中文字符宽度）。此数值只在 encoding 设为 utf-8 或某一 Unicode 编码时才有效。需要额外注意的是，如果你通过终端使用 Vim 的话，需要令终端也将这些字符显示为双宽度。&lt;img src=&quot;http://www1.feedsky.com/t1/401752410/dycwahaha/csdn.net/s.gif?r=http://blog.csdn.net/dycwahaha/archive/2010/08/10/5802729.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/dycwahaha/401752410/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/dycwahaha/401752410/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 10 Aug 2010 23:02:00 +0800</pubDate><author>炒炒冰激淋</author><guid isPermaLink="false">http://blog.csdn.net/dycwahaha/archive/2010/08/10/5802729.aspx</guid><dc:creator>炒炒冰激淋</dc:creator><fs:srclink>http://blog.csdn.net/dycwahaha/archive/2010/08/10/5802729.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dycwahaha/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/dycwahaha/~1208109/401752410/1208084</fs:itemid></item><item><title>[Ctags 用法集]</title><link>http://blog.csdn.net/dycwahaha/archive/2010/07/31/5779529.aspx</link><description>&lt;br /&gt;    2.对ACE代码生成tags&lt;br /&gt;    ACE是一个很棒的c++网络库，我刚开始用vim的时候就用ctags -R . 简单对ACE库进行处理过，但是后来在使用的过程中，我发现有些函数居然跳转tags，后来发现有些函数它放在.inl文件中，而ctags，则自动忽略了对.inl文件的检测，我用了--langmap选项以后，这个问题就解决了。&lt;br /&gt;    ctags -R --langmap=c++:+.inl . &lt;br /&gt;    这个选项是说，除了普通的c++文件（如cpp等）以外，把inl文件也当作c++文件处理。&lt;br /&gt;    实际上我用的是:&lt;br /&gt;    ctags -R --kinds-c++=+p --fields=+iaS --extra=+q --langmap=c++:+.inl .&lt;br /&gt;    多余的这些选项是用来生成类成员函数tags，以及用于自动补全的（omnicppcomplete)&lt;br /&gt;    需要提一下的是，虽然ctags 可以通过-f 制定生成tags的位置，但是我觉得在代码当前目录生成tags比较&lt;img src=&quot;http://www1.feedsky.com/t1/401752411/dycwahaha/csdn.net/s.gif?r=http://blog.csdn.net/dycwahaha/archive/2010/07/31/5779529.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/dycwahaha/401752411/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/dycwahaha/401752411/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 31 Jul 2010 22:00:00 +0800</pubDate><author>炒炒冰激淋</author><guid isPermaLink="false">http://blog.csdn.net/dycwahaha/archive/2010/07/31/5779529.aspx</guid><dc:creator>炒炒冰激淋</dc:creator><fs:srclink>http://blog.csdn.net/dycwahaha/archive/2010/07/31/5779529.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dycwahaha/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/dycwahaha/~1208109/401752411/1208084</fs:itemid></item><item><title>Let me take a break</title><link>http://blog.csdn.net/dycwahaha/archive/2010/02/28/5334212.aspx</link><description>&lt;br /&gt;There is too much technology I should try to learn. &lt;br /&gt;All for them are listed here:&lt;br /&gt;     1. Gtk+2.0     &lt;br /&gt;     2. wxWidgets&lt;br /&gt;     3. Assemble&lt;br /&gt;     4. TCP/IP&lt;br /&gt;     5. Computer System&lt;br /&gt;     6. Vim&lt;br /&gt;     7. Bash programming&lt;br /&gt;     8. wc, sed....&lt;br /&gt;     9. Windwos SDK&lt;br /&gt;     10. tools for Linux application UI construction, &lt;br /&gt;     11. i18n and l10n&lt;br /&gt;     12. how to make more money.....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Oh, My God......it's absolute an nightma&lt;img src=&quot;http://www1.feedsky.com/t1/401752412/dycwahaha/csdn.net/s.gif?r=http://blog.csdn.net/dycwahaha/archive/2010/02/28/5334212.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/dycwahaha/401752412/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/dycwahaha/401752412/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 28 Feb 2010 21:09:00 +0800</pubDate><author>炒炒冰激淋</author><guid isPermaLink="false">http://blog.csdn.net/dycwahaha/archive/2010/02/28/5334212.aspx</guid><dc:creator>炒炒冰激淋</dc:creator><fs:srclink>http://blog.csdn.net/dycwahaha/archive/2010/02/28/5334212.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dycwahaha/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/dycwahaha/~1208109/401752412/1208084</fs:itemid></item><item><title>ctags使用细节</title><link>http://blog.csdn.net/dycwahaha/archive/2010/02/25/5327600.aspx</link><description>&lt;br /&gt;&lt;br /&gt;                              ctags使用细节&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;转自：http://blog.chinaunix.net/u1/38775/showart_430847.html&lt;br /&gt;Vi大家都很熟悉，某些情况下它是我们在Linux下唯一可用的文本编辑器。其实我们平时所指的VI其实是VIM（ViImproved，VI增强版）。有人常常拿VIM和emacs比较，VIM尽管不象emacs那样有那么多的功能，但是比emacs更方便、好用。VIM简单易用，只要看看VIM自带的vitutor，大约只要20分钟就能掌握VIM的用法。对于Linux下的C/C++的程序员，使用VIM+Ctags的组合来写程序也许是最佳的选择。 &lt;br /&gt;VI的使用方法这里就不罗嗦了，本文假设大家已花了20分钟学习过了vitutor。本节我们主要讲一下Ctags这个程序。尽管ctags也可以支持其它编辑器，但是它正式支持的只有VIM。并且VIM中已经默认安装了Ctags，它可以帮助程序员很容&lt;img src=&quot;http://www1.feedsky.com/t1/401752413/dycwahaha/csdn.net/s.gif?r=http://blog.csdn.net/dycwahaha/archive/2010/02/25/5327600.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/dycwahaha/401752413/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/dycwahaha/401752413/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 25 Feb 2010 22:44:00 +0800</pubDate><author>炒炒冰激淋</author><guid isPermaLink="false">http://blog.csdn.net/dycwahaha/archive/2010/02/25/5327600.aspx</guid><dc:creator>炒炒冰激淋</dc:creator><fs:srclink>http://blog.csdn.net/dycwahaha/archive/2010/02/25/5327600.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dycwahaha/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/dycwahaha/~1208109/401752413/1208084</fs:itemid></item><item><title>[转载]《GNU/Linux编程指南》</title><link>http://blog.csdn.net/dycwahaha/archive/2010/02/22/5318163.aspx</link><description>&lt;br /&gt;&lt;br /&gt;原文地址http://hi.baidu.com/369464812/blog/item/8d738ff50bc74269ddc474e7.html&lt;br /&gt;&lt;br /&gt;[转载]《GNU/Linux编程指南》&lt;br /&gt;  1、开发环境及开发工具&lt;br /&gt;&lt;br /&gt;GDB的使用&lt;br /&gt;http://www.linuxsir.org/bbs/showthread.php?t=171156&lt;br /&gt;&lt;br /&gt;Eclipse IDE&lt;br /&gt;http://www.linuxsir.org/bbs/showthread.php?t=145249&lt;br /&gt;&lt;br /&gt;autotools 使用&lt;br /&gt;http://www.linuxsir.org/bbs/showthread.php?t=239728&lt;br /&gt;&lt;br /&gt;make 指南&lt;br /&gt;http://www.linuxsir.org/bbs/showthread.php?t=44269&lt;br /&gt;&lt;br /&gt;CVS使用&lt;br /&gt;http://www.linuxsir.org/bbs/s&lt;img src=&quot;http://www1.feedsky.com/t1/401752414/dycwahaha/csdn.net/s.gif?r=http://blog.csdn.net/dycwahaha/archive/2010/02/22/5318163.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/dycwahaha/401752414/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/dycwahaha/401752414/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 22 Feb 2010 23:42:00 +0800</pubDate><author>炒炒冰激淋</author><guid isPermaLink="false">http://blog.csdn.net/dycwahaha/archive/2010/02/22/5318163.aspx</guid><dc:creator>炒炒冰激淋</dc:creator><fs:srclink>http://blog.csdn.net/dycwahaha/archive/2010/02/22/5318163.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dycwahaha/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/dycwahaha/~1208109/401752414/1208084</fs:itemid></item><item><title>我的vim配置文件</title><link>http://blog.csdn.net/dycwahaha/archive/2010/01/27/5262689.aspx</link><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; 转自：http://mydraft.cn/posts/55&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; view plaincopy to clipboardprint?syntax on    set ignorecase   set smartcase     set hlsearch   set incsearch     set laststatus=2   set nobackup     set showmatch   set showmode   set ru     set fo=tcqmM     set ts=4   set et   set sw=4   set fdm=marker     set enc=chinese  syntax on

set ignorecase
set smartcase

set hlsearch
set incsearch

set laststatus=2
set nobackup

set showmatch
set showmode&lt;img src=&quot;http://www1.feedsky.com/t1/401752415/dycwahaha/csdn.net/s.gif?r=http://blog.csdn.net/dycwahaha/archive/2010/01/27/5262689.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/dycwahaha/401752415/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/dycwahaha/401752415/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 27 Jan 2010 18:05:00 +0800</pubDate><author>炒炒冰激淋</author><guid isPermaLink="false">http://blog.csdn.net/dycwahaha/archive/2010/01/27/5262689.aspx</guid><dc:creator>炒炒冰激淋</dc:creator><fs:srclink>http://blog.csdn.net/dycwahaha/archive/2010/01/27/5262689.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dycwahaha/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/dycwahaha/~1208109/401752415/1208084</fs:itemid></item><item><title>vim查找替换</title><link>http://blog.csdn.net/dycwahaha/archive/2010/01/27/5262358.aspx</link><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;转自：http://jnote.cn/blog/read/vim-search.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;VIM是被誉为非常高效的文本编辑软件。但是掌握并高效的使用是件有难度的事情。在VIM中进行快速的查找和替换是提高VIM使用效率的重要方法。下面是我在阅读VIM用户手册时整理的一些资料：&lt;br /&gt;&lt;br /&gt; 行内搜索。f命令可以进行行内搜索。输入fx可以找到下一个x字符。F命令可以在反方向进行行内搜索，输入Fx可以找到上一个x字符。t命令同样是进行行内搜索，但是光标停留在符合条件的字符的前面。输入tx使光标停留在下一个x字符的前面。T命令可以在反方向进行行内搜索，但是光标停留在符合条件的字符的下一个字符上。输入tx使光标停留在上一个x的后面的字符上。%可以搜索与之匹配的对应的()[]{}。这个功能对于书写程序特别有用。全文的搜索。键入/后，光标进入VIM底部的命令行，这时就可以输入以/为开始的/搜索命令了。最简单的查找。输入/string就可以查找string字符串。继续查找。在第一次搜索后输入n将会继续进行上一次搜&lt;img src=&quot;http://www1.feedsky.com/t1/401752416/dycwahaha/csdn.net/s.gif?r=http://blog.csdn.net/dycwahaha/archive/2010/01/27/5262358.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/dycwahaha/401752416/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/dycwahaha/401752416/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 27 Jan 2010 16:47:00 +0800</pubDate><author>炒炒冰激淋</author><guid isPermaLink="false">http://blog.csdn.net/dycwahaha/archive/2010/01/27/5262358.aspx</guid><dc:creator>炒炒冰激淋</dc:creator><fs:srclink>http://blog.csdn.net/dycwahaha/archive/2010/01/27/5262358.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dycwahaha/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/dycwahaha/~1208109/401752416/1208084</fs:itemid></item><item><title>VIM 查找文件</title><link>http://blog.csdn.net/dycwahaha/archive/2010/01/27/5262336.aspx</link><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;转自:http://blog.chinaunix.net/u2/71288/showart_1348914.html&lt;br /&gt;&lt;br /&gt;假定现在你在编辑一个 C 程序, 该程序有这样一行:&lt;br /&gt;        #include &quot;inits.h&quot; &lt;br /&gt;你想要查看文件 &quot;inits.h&quot; 里有些什么. 把光标移到该文件名上, 并键入:&lt;br /&gt;        gf&lt;br /&gt;Vim 就会找到并打开这个文件.   那么, 如果该文件不在当前目录里怎么办? Vim 将利用 'path' 选项来寻找这个文件.该选项是一系列目录名, Vim 会在其中为你寻找文件.   假设你把你的头文件存放在目录 &quot;c:/prog/include&quot; 里.  下面这个命令把该目录加入'path' 选项:&lt;br /&gt;        :set path+=c:/prog/include&lt;br /&gt;这个目录名是一绝对路径. 不管你在哪儿, 它都指向同一目录. 如果你已经知道要编辑的文件位于当前文件所在目录下某个子目录里, 你该怎么办呢? 那样的&lt;img src=&quot;http://www1.feedsky.com/t1/401752417/dycwahaha/csdn.net/s.gif?r=http://blog.csdn.net/dycwahaha/archive/2010/01/27/5262336.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/dycwahaha/401752417/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/dycwahaha/401752417/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 27 Jan 2010 16:42:00 +0800</pubDate><author>炒炒冰激淋</author><guid isPermaLink="false">http://blog.csdn.net/dycwahaha/archive/2010/01/27/5262336.aspx</guid><dc:creator>炒炒冰激淋</dc:creator><fs:srclink>http://blog.csdn.net/dycwahaha/archive/2010/01/27/5262336.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dycwahaha/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/dycwahaha/~1208109/401752417/1208084</fs:itemid></item><item><title>《tr命令-优化版》-linux命令五分钟系列之二十五</title><link>http://blog.csdn.net/dycwahaha/archive/2010/01/13/5187113.aspx</link><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;转自:http://roclinux.cn/?p=1347&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;tr是translate的简写，亦即翻译，但是遗憾的是，它不能翻译句子，只能翻译单个字符。&lt;br /&gt;1 tr的工作原理是什么?&lt;br /&gt;先记住一点，tr命令不接受指定的文件参数，而只是对标准输入进行翻译。好了，记住这点后，我们继续。&lt;br /&gt;tr的命令格式是tr SET1 SET2，凡是在SET1中的字符，都会被替换为SET2中相应位置上的字符，简单吧!&lt;br /&gt;2 举个例子吧!&lt;br /&gt;tr的例子其实都大同小异，看一个最简单的例子：&lt;br /&gt;我们有一个包含了四个人身高的数据文件，名字叫height.txt，它的内容是这样的：&lt;br /&gt;[rocrocket@rocrocket programming]$ cat height.txt&lt;br /&gt;
1.79 1.83&lt;br /&gt;
1.65 1.59&lt;br /&gt;我们想搞一个恶作剧，将所有人的身高从1米级别都提高到&lt;img src=&quot;http://www1.feedsky.com/t1/401752418/dycwahaha/csdn.net/s.gif?r=http://blog.csdn.net/dycwahaha/archive/2010/01/13/5187113.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/dycwahaha/401752418/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/dycwahaha/401752418/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 13 Jan 2010 21:46:00 +0800</pubDate><author>炒炒冰激淋</author><guid isPermaLink="false">http://blog.csdn.net/dycwahaha/archive/2010/01/13/5187113.aspx</guid><dc:creator>炒炒冰激淋</dc:creator><fs:srclink>http://blog.csdn.net/dycwahaha/archive/2010/01/13/5187113.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dycwahaha/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/dycwahaha/~1208109/401752418/1208084</fs:itemid></item><item><title>《wc》-linux命令五分钟系列之十七</title><link>http://blog.csdn.net/dycwahaha/archive/2010/01/13/5184694.aspx</link><description>&lt;br /&gt;&lt;br /&gt;转自：http://roclinux.cn/?p=1288#more-1288&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;今天的内容是Linux的wc命令，这个名字很好记，因为什么，你也知道。&lt;br /&gt;这个命令的功能也很好记，因为它功能很有限：&lt;br /&gt;wc -c filename：显示一个文件的字节数&lt;br /&gt;&lt;br /&gt;wc -m filename：显示一个文件的字符数&lt;br /&gt;wc -l filename：显示一个文件的行数&lt;br /&gt;wc -L filename：显示一个文件中的最长行的长度&lt;br /&gt;wc -w filename：显示一个文件的字数[rocrocket@rocrocket programming]$ cat wc1.txt
12345
你好
[rocrocket@rocrocket programming]$ wc-c wc1.txt
16 wc1.txt
[rocrocket@rocrocket programming]$ wc-m wc1.txt
12 wc1.txt
[rocrock&lt;img src=&quot;http://www1.feedsky.com/t1/401752419/dycwahaha/csdn.net/s.gif?r=http://blog.csdn.net/dycwahaha/archive/2010/01/13/5184694.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/dycwahaha/401752419/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/dycwahaha/401752419/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 13 Jan 2010 11:05:00 +0800</pubDate><author>炒炒冰激淋</author><guid isPermaLink="false">http://blog.csdn.net/dycwahaha/archive/2010/01/13/5184694.aspx</guid><dc:creator>炒炒冰激淋</dc:creator><fs:srclink>http://blog.csdn.net/dycwahaha/archive/2010/01/13/5184694.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dycwahaha/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/dycwahaha/~1208109/401752419/1208084</fs:itemid></item></channel></rss>
