我用redhat6.5系统测试,grep '9' txt 出来一大堆字符,但9却没有标红,是这个命令智能在Ubuntu里才能被标红吗
老师命令自动标红是因为老师用的是别名命令,你可以这么写 grep --color '9' txt,或者也可以临时设置一下别名
alias grep='grep --color'