in reply to Re^2: Move and rename files
in thread Move and rename files

What's wrong with a loop? Even a mv command would have to do some looping internally.

You could of course write a mv subroutine, hide it away in a module, then use the module and call the mv sub/method. The users would not see the loop, but internally it will still be doing just that.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law