求教专家aix find -depth 输出问题:

发布于 2022-09-08 21:20:07 字数 1510 浏览 12 评论 1

求教专家find -depth 输出问题:
: find . -depth -name 'atter*' -print
输出如下:
./atter.sh
./atter1.sh
./atter2.sh
./tter/tter1/tter2/atter.sh
./tter/tter1/tter2/atter1.sh
./tter/tter1/tter2/atter2.sh
./tter/tter1/atter.sh
./tter/tter1/atter1.sh
./tter/tter1/atter2.sh
./tter/atter.sh
./tter/atter1.sh
./tter/atter2.sh

目录结构:

tree.JPG (28.04 KB, 下载次数: 3)

下载附件

2010-09-26 10:15 上传



问题是为什么find -depth输出与目录结构顺序不一致(不带-depth输出也不一样),与man find 中的depth 没有效果?

*aix man find -depth * 说明如下:
    -depth
            Always evaluates to the value True. Causes the descent of the directory hierarchy to be done so that all entries in a directory are affected before the directory
            itself is affected. This can be useful when the find command is used with the cpio command to transfer files that are contained in directories without write
            permission.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

2022-09-10 06:05:00

求解?....

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文