blabla (codage non valide)
Trouver les fichiers
find ! -name *
Corriger
convmv -f iso-8859-15 -t utf8 FICHIERS
Source : http://doc.ubuntu-fr.org/tutoriel/comment_resoudre_les_problemes_invalid_encoding
Mieux
find ! -name * -exec convmv -f iso-8859-15 -t utf8 -r --nosmart --notest '{}' \;
Source : http://forum.ubuntu-fr.org/viewtopic.php?id=438436#6