摘要: grep -r yourstr ./ 举例: grep -r sprintf ./ (在当前目录下递归查找含有字符串sprintf的文件) 阅读全文
posted @ 2017-09-21 17:35 Jello 阅读(27137) 评论(0) 推荐(2)