标签:中文 smart 迁移 -- 命令 文件 需要 乱码 from
yum install convmv
命令:
convmv -f GBK -t UTF-8 -r --nosmart --notest <目标目录>
-f from
-t to
--nosmart 如果已经是utf-8 忽略
-r 包含所有子目录
--notest 不加表示只列出有什么需要转换的,不做实际转换
convmv 解决GBK 迁移到 UTF-8 ,中文 文件名乱码
标签:中文 smart 迁移 -- 命令 文件 需要 乱码 from
原文地址:https://www.cnblogs.com/ahuo/p/11868381.html