====== Convert encoding of file names under Linux ====== * Ref: http://blog.csdn.net/yiyaaixuexi/article/details/6168840 * Install convmv first: "sudo apt-get install convmv" * Convert file names in a folder from gbk to utf8 convmv -f GBK -t UTF-8 --notest myfolder/*