摘要: grep ❖ 查找文件内容包含root的行数 ❖ grep –n root test.txt ❖ 查找文件内容不包含root的行 ❖ grep –nv root test.txt ❖ 查找文件内容包含root的行数 ❖ grep –n root test.txt ❖ 查找文件内容不包含root的行 阅读全文
posted @ 2022-06-15 10:09 小正哥 阅读(230) 评论(0) 推荐(0) 编辑