Hev's Blog
Across the Great Wall we can reach every corner in the world.
for i in `ls` do mv -f $i `echo $i | tr A-Z a-z` done
Over!
这是linux下的批处理文件吗?
Shell 程序,也可以叫批处理。
不错
俺以前写了个,WIN下面的批量小写重命名Linux文件,http://www.duote.com/soft/29591.html
很好, 节省了很多时间。
rename ‘y/A-Z/a-z/’ *
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
这是linux下的批处理文件吗?
Shell 程序,也可以叫批处理。
不错
俺以前写了个,WIN下面的批量小写重命名Linux文件,http://www.duote.com/soft/29591.html
很好, 节省了很多时间。
rename ‘y/A-Z/a-z/’ *