使用grep-i进行文本过滤时,-i参数表示:()。
A、显示行号
B、忽略大小写
C、仅输出1行结果
D、递归查询
A、显示行号
B、忽略大小写
C、仅输出1行结果
D、递归查询
A、A、grep –s -I -E、“^shell|shell$”/etc/* B、B、grep –s -E、“^shell|shell$”/etc/* C、C、grep –s -i “^shell|shell$”/etc/* D、D、grep -I -E、“^shell|shell$”/etc/*
A、grep nisplus /etc/nsswitch.conf B、grep nisplus < /etc/nsswitch.conf C、grep nisplus -q /etc/nsswitch.conf D、只有A和B
A、grep–n sun /usr/share/dict/words B、grep–N /usr/share/dict/words sun C、grep–r sun /usr/share/dict/words D、grep–r /usr/share/dict/words sun