参考答案和解析
正确答案:
 
更多“用 BASH 和 perl 命令(脚本),列出当前目录及其子目录里面所有扩展名为.php 的文件。尽量使用 ”相关问题
  • 第1题:

    11、如果您想列出当前目录以及子目录下所有扩展名为“.txt”的文件,那么您可以使用的命令是()

    A.ls *.txt

    B.find . –name “.txt”

    C.ls –d .txt

    D.find . “.txt”


    B

  • 第2题:

    如果您想列出当前目录以及子目录下所有扩展名为“.txt”的文件,那么您可以使用的命令是()。

    A.ls *.txt

    B.find、–name “.txt”

    C.ls –d .txt

    D.“.txt”


    find –name “*.c”

  • 第3题:

    如果您想列出当前目录以及子目录下所有扩展名为“.txt”的文件,那么您可以使用的命令是?

    A.ls *.txt

    B.find、–name “.txt”

    C.ls –d .txt

    D.“.txt”


    find . –name “.c”

  • 第4题:

    【单选题】如果要列出当前目录及其子目录下所有扩展名为“.c”的文件,使用的命令是()

    A.ls -name“*.c”

    B.find –name “*.c”

    C.grep –name “*.c”

    D.search –name “*.c”


    C

  • 第5题:

    如果想列出当前目录下所有扩展名为“.txt”的文件,那么可以使用的命令是()

    A.ls *.txt

    B.find . –name “.txt”

    C.ls –d .txt

    D.find . “.txt”


    ls *.txt