Archive for January 11th, 2010

Quickly change a colour in a stylesheet from the command line

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...