find -type f -name \*.php -exec sed -i -r "s/\\$test11/\\\\$test12/g" {} \;
sed: -e expression #1, char 8: unterminated `s' command
sed: -e expression #1, char 8: unterminated `s' command
sed: -e expression #1, char 8: unterminated `s' command
sed: -e expression #1, char 8: unterminated `s' command
sed: -e expression #1, char 8: unterminated `s' command
sed: -e expression #1, char 8: unterminated `s' command
sed: -e expression #1, char 8: unterminated `s' command
sed: -e expression #1, char 8: unterminated `s' command
sed: -e expression #1, char 8: unterminated `s' command
sed: -e expression #1, char 8: unterminated `s' command
sed: -e expression #1, char 8: unterminated `s' command
sed: -e expression #1, char 8: unterminated `s' command
sed: -e expression #1, char 8: unterminated `s' command
find -type f -name \*.php -exec sed -i -r "s/'lead_domain' => substr(, 0, 100)\\$url/'lead_domain' => substr(\\$url, 0, 100)/g" {} \;
find -type f -name \*.php -exec sed -i -r "s/'lead_domain' => substr(, 0, 100)$$url/'lead_domain' => substr($$url, 0, 100)/g" {} \;
$('#fullpage').fullpage({
navigationPosition: 'left',
navigation:true,
navigationTooltips: ['Дальний', 'Ближний', 'Воздух', 'Земля'],
showActiveTooltip: false,
menu: '#menu',
scrollingSpeed: 1000,
onLeave: function(origin, destination, direction) {
if(origin.index == 0 && direction =='down'){
fullpage_api.moveSectionDown();
}
else if(origin.index == 2 && direction == 'up'){
fullpage_api.moveSectionUp();
}
}
});