Matt Herzog wrote: > I'm trying to write a script that will append a few chars (example _fr) to > the end of the "prefix" filename.
rename 's/\.properties/_fr.properties/' `find . -name "*.properties"` Where 'rename' is this classic Perl script: http://search.cpan.org/~rmbarker/File-Rename-0.02/rename.PL -Tom -- Tom Metro Venture Logic, Newton, MA, USA "Enterprise solutions through open source." Professional Profile: http://tmetro.venturelogic.com/ _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

