当前位置:  开发笔记 > 编程语言 > 正文

有没有办法阻止find以递归方式挖掘到子目录中?

如何解决《有没有办法阻止find以递归方式挖掘到子目录中?》经验,为你挑选了1个好方法。

当我做:

$ find / 

它搜索整个系统.
我该如何预防呢?

(这个问题来自对另一个问题的" 回答 ".)



1> dmckee..:

考虑:

-maxdepth n
             True if the depth of the current file into the tree is less than
             or equal to n.

-mindepth n
             True if the depth of the current file into the tree is greater
             than or equal to n.

推荐阅读
kikokikolove
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有