/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -type f -print0 | xargs -0 -J% iconv -f ISO_8859-1 -t UTF-8 % -o %