Recode

轉換編碼 BIG5 to UTF-8

find . -type f -iname *.php -exec sh -c 'echo $1 && recode BIG5..UTF-8 $1' -- {} \;