以下哪个命令可以搜索文件中特定字符串的内容()
A: find
B: file
C: locate
D: grep
A: find
B: file
C: locate
D: grep
举一反三
- ()命令是在文件中搜索与指定字符串匹配的行并打印到终端。 A: which B: find C: locate D: grep
- 在给定文件中查找与设备条件相符字符串的命令为() A: find B: locate C: grep D: where
- Linux中用于查找文件的命令有( ) A: find B: lookup C: locate D: grep
- Linux中用于查找文件的命令有( ) A: find B: search C: locate D: grep
- 以下选项中,_______的功能是在文件file中查找显示所有以"*"开头的行。 A: find \* file B: wc -l * <; file C: grep -n * file D: grep '^\*' test.txt