摘要: ####行过滤 - grep是行过滤工具 用于根据关键字进行行过滤 - 1.语法: grep 【选项】'关键字' 文件名 - 2.显示颜色小技巧 | 单条命令生效 grep --color=auto 'root' /etc/passwd | 临时生效命令 alias grep='grep --col 阅读全文
posted @ 2021-11-25 01:58 梵高de画笔 阅读(53) 评论(0) 推荐(0)