2019年9月29日

liunx 下在指定文件夹下搜索字符

摘要: 命令: grep -r -e string directory 说明: -r用于递归; -e是可选的,但其参数指定要搜索的正则表达式 string 要查找的字符 参考链接:https://stackoverflow.com/questions/15622328/how-to-grep-a-strin 阅读全文

posted @ 2019-09-29 10:12 Helianthus720 阅读(141) 评论(0) 推荐(0)

导航