gpt4 book ai didi

linux - 如何在Linux中计算两级文件夹的目录?

转载 作者:行者123 更新时间:2023-12-04 19:29:05 25 4
gpt4 key购买 nike

我只想计算文件夹的目录。例如:
我有这个结构:

  • 主文件夹
  • 文件夹
  • 文件夹_1
  • 另一个文件


  • 文件夹
  • 文件_2
    - Another_file
  • 文件_3
    - Another_file

    - Another_file



  • 我需要一个只计算粗体文件的命令。在这种情况下,结果将是“3”。
    这可能吗?
    谢谢!

    最佳答案

    你可以试试这个。希望它有效

    find <path> -type d  -printf '%d\n' | grep 2 | wc -l

    %d File's depth in the directory tree; 0 means the file is astarting-point.

    关于linux - 如何在Linux中计算两级文件夹的目录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68392536/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com