/ Published in: Perl
Expand |
Embed | Plain Text
#!/usr/bin/env perl -w use strict; # Batch rename files with Perl regex substitutions # Perl administration files rename # # Larry Wall's filename fixer: recipe 9.9 in Perl Cookbook for (@ARGV) { $was = $_; eval $op; }
You need to login to post a comment.
