[TYPO3-50-general] New default paths for templates and layouts in Fluid

Sebastian Kurfürst sebastian at typo3.org
Wed Feb 4 15:20:39 CET 2009


Hey,

in case someone still needs it, the following one-liner issues the  
needed SVN mv commands for renaming XHTML into HTML.

for i in `find . -name "*.xhtml"`; do echo $i ${i/xhtml/html}; done

Greets,
Sebastian


More information about the TYPO3-project-5_0-general mailing list