Re: thtml -> ctp conversion

2010-05-18 Thread greg2000
example should have been: find /path/to/folder -type f -print0 | xargs -0 rename -v -n 's/ \.ext1$/\.ext2/' *.ext1 and watch out for that line break that should not be there.. the above command is one line On May 18, 9:12 am, greg2000 wrote: > Here's a handy way of quickly renaming a bunch of .t

thtml -> ctp conversion

2010-05-18 Thread greg2000
Here's a handy way of quickly renaming a bunch of .thtml files to .ctp files if you are converting a 1.1 application: To change the extension for a group of file names in nested folders (via the shell on a Linux/Unix box with Perl / Rename already installed ...and proper permissions of course)