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