qqjavagood 发表于 2013-2-3 10:33:59

grep 技巧

1 多个关键字查找<br>    1.1 使用-e
<div id="codetext" class="codetext"><ol class="dp-css" style="padding-right: 0px; padding-left: 0px; padding-bottom: 5px; margin: 0px 1px 0px 0px; padding-top: 5px;">grep -e 'stdio\.h' -e 'stdlib\.h' /usr/include/*.h
</ol>
页: [1]
查看完整版本: grep 技巧