gpt4 book ai didi

perl - 如何复制除 Perl 中所有隐藏文件之外的目录?

转载 作者:行者123 更新时间:2023-12-05 00:42:23 26 4
gpt4 key购买 nike

我有一个包含一堆文件的目录层次结构。一些目录以 . 开头.
我想将层次结构复制到其他地方,省略所有以 . 开头的文件和目录。

怎么能这样呢?

最佳答案

我想你想要的是File::Copy::Recursivercopy_glob() :

rcopy_glob()

This function lets you specify a pattern suitable for perl's glob() as the first argument. Subsequently each path returned by perl's glob() gets rcopy()ied.

It returns and array whose items are array refs that contain the return value of each rcopy() call.

It forces behavior as if $File::Copy::Recursive::CPRFComp is true.

关于perl - 如何复制除 Perl 中所有隐藏文件之外的目录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2123744/

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