摘要:
用grep -rn "xxxx" ./ 搜索。 有时候出现大量的 错误信息 主要有 1。Is a directory 2。no such file or directory 前者表示搜索子目录,后者表示文件找不到 解决办法前者-r后者-s -r 参数:强制搜索子目录 --directories=re 阅读全文
posted @ 2020-02-24 17:56
shinedream
阅读(146)
评论(0)
推荐(0)
浙公网安备 33010602011771号