/ Published in: Bash
Expand |
Embed | Plain Text
find . -type f -print0 | xargs -0 -J% iconv -f ISO_8859-1 -t UTF-8 % -o %
You need to login to post a comment.
find . -type f -print0 | xargs -0 -J% iconv -f ISO_8859-1 -t UTF-8 % -o %
You need to login to post a comment.