any solution for extended attributes/ACLs? Or is that too system specific.
Also, how does the efficiency of a single cp system call compare to the code you would have to read and then set timestamp/ownership/permissions internally in perl? | [reply] |
| [reply] |
I'd have to agree with JavaFan, especially considering those new-fangled attributes.
One potential for optimization, if you're not renaming files: you could gather them
up by destination directory, and copy multiple files within one command.
Not the best solution for error reporting though.
| [reply] |