Linux搜索文件夹下所有文件中字符串

1、grep "status_bar_height" * -nR /* 搜索文件中有很多不存在的文件出现 */

2、grep -nsr "status_bar_height" ./ /* 搜索文件中没有不存在的文件出现 */

posted @ 2016-02-29 14:23  joeyupdo  阅读(1835)  评论(0编辑  收藏  举报