我期待...bzhao.blog.chinaunix.net
bzhao
全部博文(135)
GIT(1)
E5410(1)
busybox(1)
ash(1)
Ubuntu 11.04(1)
软件源(2)
SeeWindows(1)
Installation(1)
operation(4)
server(1)
grub(0)
dig(1)
glut(1)
gcc 选项(2)
C++(1)
QT(1)
C(3)
linux module(1)
2016年(1)
2012年(5)
2011年(15)
2010年(63)
2009年(51)
sohusina
xy1121
曾德标
Mr_noodl
xLoneSta
richardl
it2011q
77jessie
小雅贝贝
张三13aw
Super_Ni
yepyang
tomcodin
everlast
netngn
iamfy
无畏的伟
cjcer
分类: LINUX
2010-06-06 21:04:42
转换文件名由GBK为UTF8sudo apt-get install convmvconvmv -r -f cp936 -t utf8 --notest --nosmart *
for i in `find . *`; do if [ -f "$i" ]; then iconv -f gb2312 -t utf8 $i > "./converted/$i" fi ; done
上一篇:----linux 参数
下一篇:---回滚
登录 注册