|
#!/bin/bash
path="/htdocs/users/*/public_html/example.php"
for a in `ls $path`; do
perl -pi -e "s/OLDTEXT/NEWTEXT/goi" $a
done
you have to enter the right path.. cant exactly see how your folders / domains are structured .. should work. havent tested it :}
__________________
SEO since 2002 - Google Index Record: 32 minutes. - Selling SEO services and tools
|