Ted's Blog

Happy coding


Emacs Tips n Tricks for Everybody

shell

Ted posted @ 2008-08-14 10:02AM in 未分类 with tags shell
dbus基础

在当前目录下的寻找包含"socket"的.c, .h文件

 grep socket `find . -name *.[ch]` | awk -F":" '{print $1}' | uniq
 

Comments Feed


* Login
*