【发布时间】:2012-11-14 07:50:13
【问题描述】:
我没有看到 find2perl 文档提到任何关于支持 -mindepth 和 -maxdepth 参数的内容。
以下示例适用于find:
$ find2perl . -mindepth 2 -maxdepth 2 -name "*txt" -type f
Unrecognized switch: -mindepth
问题:
-
find2perl是否支持此类功能? - 如果是这样,我该如何指定
mindepth和maxdepth?
【问题讨论】:
-
我不知道答案,但我喜欢你的问题 ID 以
1337开头。 :) -
文档中均未提及。为什么不试试看呢?
-
@ikegami :我试过了。开关无法识别。
-
@memowe : 请原谅我的无知,但意义何在?
标签: perl