题目内容

如果您想列出当前目录以及子目录下所有扩展名为“.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

vim编辑器从插入切换到命令模式的功能键是()

A. F2
B. Shift
C. Tab
D. Esc

答案查题题库