题库 软件开发 题目列表 查询该目录及子目录下所有的以.conf为后缀的文...
单选题


查询该目录及子目录下所有的以.conf为后缀的文件

A.

find ./ -name “conf”

B.

find ./ -name "*.[conf]"

C.

find ./ -type d | egrep "\.(conf)"

D.

find ./ -regextype posix-extended -regex ".*\.(conf)"

题目信息
校招真题
-
正确率
0
评论
11
点击