写出麒麟操作系统中的命令:在当前目录及其子目录所有的.cpp文件中查找串"example",不区分大小写。( )
(A)grep -i example ./*.cpp
(B)grep -v example ./*.cpp
(C)grep -i -v example ./*.cpp
(D)grep -i -r example ./*.cpp
参考答案
继续答题:下一题
(A)grep -i example ./*.cpp
(B)grep -v example ./*.cpp
(C)grep -i -v example ./*.cpp
(D)grep -i -r example ./*.cpp