Posted on September 18, 2020 by adminFind file from directory then change file encoding find . -type f -iname “*.html” -exec sh -c ‘iconv -c -f sjis -t utf-8 -o converted “$1” && mv converted “$1″‘ — {} \;