Archive for the ‘mac os x’ tag

Limpar o lixo

with one comment

Para limpar o lixo que o OSX gera:

find -name *._* -exec rm ‘{}’ ‘;’
find -name .DS_Store -exec rm ‘{}’ ‘;’

Fica aqui a nota para a próxima vez que for necessário

Written by Pedro Cardoso

February 13th, 2008 at 1:33 am

Posted in Apple

Tagged with , , ,