Linux搜索文件夹下所有文件中字符串时间:2022-05-12 09:56:161、grep "status_bar_height" * -nR/* 搜索文件中有很多不存在的文件出现 */ 2、grep -nsr "status_bar_height" .//* 搜索文件中没有不存在的文件出现 */