在Linux系统中,为找到文件try_grep含有以a字母为行开头的内容, 可以使用命令( )。
A. grep -E
B. $ try_grep
C. grep -E $a try_grep
D. grep -E a$ try_grep
E. grep -E ^a try_grep
查看答案
如果您想列出当前目录以及子目录下所有扩展名为“.txt”的文件,那么可以使用的命令是()。
A. ls *.txt
B. find –name “.txt”
C. ls –d .txt
D. find . “.txt”
在/practice 目录中的执行ls命令结果如下:[root@rhel /practice]# lscore file1 file2 test1 test2 test.txt下面的查找命令执行后,哪个执行结果是正确?()
A.
B. find /practice -name file -print/practice/file1/practice/file2
C. B.
D. find /practice -name file1/practice/file1
E. C.
F. find /practice -name file/practice/file1/practice/file2
G. D.
H. find /practice -name file1file1
()命令可以查找命令quota的路径。
A. whatis quota
B. find quota
C. whereis quota
D. who quota
在vim编辑器中的命令模式下,键入()可在光标当前所在行下添加一新行
A. O
B. o
C. i
D. a