shell 批量修改 文件夹内的文件名的大小写

for i in `ls` do mv -f $i `echo $i | tr A-Z a-z` done
posted @ 2012-09-03 20:08  benhuan  阅读(253)  评论(0编辑  收藏  举报