Archivo por meses: junio 2007

sh file

#!/bin/shzip -r wp.zip public_html/wpmysqldump -uusuario -pclave -hlocalhost carlosap_crm > carlosap_crm.sqlecho «respaldo  Ok» echo «Pregunta (y/n) ? «read respuestaif test $respuesta = y  thencp -v hola hola2fi     Tags: sh

zip files

zip -r wp.zip public_html/wp Tags: zip, files

MySQL search and replace

update tablename set field = replace(field,’search_for_this’,’replace_with_this’); Tags: search, replace, mysql