Quickly change a col...
Change all instances of ‘#ebbc58′ to ‘#ffff33′ in all files ending .css in the directory ‘/var/www/skin/frontend/default/default/’ and all its sub-directories.
find /var/www/skin/frontend/default/default/ -name “*.css” -print | xargs...
No Comments »
January 11th, 2010
Posted by askmatt


