http://www.perlmonks.org?node_id=1017638


in reply to Re^2: Quick Question about batching files
in thread Quick Question about batching files

start with perlintro, perlfaq,

use File::Find::Rule to get an array of file paths, and splice to batch it

follow these links for examples and howto-s Re: perl find cmd help, Re^2: perl find cmd help, Re: Multiple File Rename, Re^2: Changing filenames

get Modern Perl for reference, see also http://perl-tutorial.org/

Perl documentation documentation, Searching Perl Documentation, How to Read Perldocs, perlintro, Modern Perl, The Perl Monks Guide to the Monastery

  • Comment on Re^3: Quick Question about batching files