1. 程式人生 > >centos 資料夾,檔案 名稱亂碼 解決方法

centos 資料夾,檔案 名稱亂碼 解決方法

centos附件打包下載後,解壓,檔案以及資料夾名稱顯示亂碼

解決方法: 
1,安裝convmv 
[[email protected] chesunexcelfiledevimage]# yum install convmv

2,批量 遞迴 修改當前目錄下的檔名 

[[email protected] chesunexcelfiledevimage]# convmv -f GBK -t UTF-8 -r --notest ./*
 

convmv 使用方法: 
convmv -f 源編碼 -t 新編碼 [選項] 檔名 
引數: 
-r 遞迴處理子資料夾 
–notest 真正進行操作,預設情況下是不對檔案進行真實操作