这里是你的通告内容

春生

Be humble, communicate clearly, and respect others.

摘要: gerp 命令 : grep是强大的文本搜索工具,它对文本文件逐行查看,如果找到匹配的模式,就会打印出包含此模式的所有行,并且grep支持正则表达式 1 grep 选项 模式 被查找文件 : grep root /etc/passwd ls /var/log/|grep log # 查找 /var/ 阅读全文
posted @ 2018-05-26 19:34 PythonAV 阅读(256) 评论(0) 推荐(0)