⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (142 Bytes)
Bug #18533
» rename_typo4.sh
Administrator Admin, 2008-04-01 17:21
#!/bin/bash
for
i
in
$(
find
.
-name
"*.php"
)
;
do
echo
$i
sed
--in-place
"{ s/t3lib/t4lib/; s/typo3/typo4/; s/TYPO3/TYPO4/;}"
$i
done
« Previous
1
2
3
Next »
(2-2/3)
Loading...