()命令是在文件中搜索与指定字符串匹配的行并打印到终端。
A: which
B: find
C: locate
D: grep
A: which
B: find
C: locate
D: grep
举一反三
- grep命令的功能是在文件中搜索与字符串匹配的行并输出
- 以下哪个命令可以搜索文件中特定字符串的内容() A: find B: file C: locate D: grep
- 在给定文件中查找与设备条件相符字符串的命令为() A: find B: locate C: grep D: where
- 在文件中搜索匹配的行并输出的命令是() A: grep B: egrep C: less D: fgrep
- 将passwd文件中包含的root字符在终端窗口中显示输出的命令是( )。 A: find password -name root B: grep root password C: grep password root D: find root -name password