
tool
MissYourKiss
天若云舒展,淡然致雅意,清风月弄影,闲适乱翻书
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
unix-find command
<br />1. find file<br />find . -name filename<br />2.find files contains string<br />find . -name "*.cpp"|xargs grep "somestring"<br />find . -name "*.cpp" -exec grep "somestring" {} /; -print原创 2010-08-05 11:58:00 · 414 阅读 · 0 评论 -
vi tips (continueing updated)
#three modes(三种模式)Command mode (命名模式) This is the default when you enter vi. In command mode, most letters, or short sequences of letters, that you type will be interpreted as commands, without explicitly pressing Enter. If you press Esc when you're in原创 2010-08-09 11:32:00 · 1067 阅读 · 0 评论