摘要:
1、查找find /home/guo/bin -name /*.txt | xargs grep 'jdbc'查找 /home/guo/bin 目录下所有后缀为.txt 的文件(PS:/* 转义* 为统配符),通过 xargs 命令传递给 grep 作为文件参数grep 'jdbc' 所搜显示文件中... 阅读全文
posted @ 2015-06-10 11:22
LittlePenguin
阅读(2627)
评论(0)
推荐(0)
摘要:
例子:malPro.acc文件: #include size_t totalMemoryAllocated; int totalAllocationFuncCalled; int totalFreeFuncCalled... 阅读全文
posted @ 2015-06-10 10:56
LittlePenguin
阅读(103)
评论(0)
推荐(0)