mac 批量文件編碼格式轉換

mac 批量文件編碼格式轉換web #!/bin/sh for file in `find ./ -name "*.c"`; do echo convering : $file iconv -f GBK -t utf-8 $file > $file.t mv $file.t $file done echo DONE 查看文件編碼格式bash #!/bin/sh if [ ! $# == 2
相關文章
相關標籤/搜索