rename
命令格式
rename [ -v ] [ -n ] [ -f ] perlexpr [ files ]
参数介绍
-v:被替换掉的字符串 -n:替换成的字符串 -f:匹配要替换的文件模式
基本使用
命令:rename test2 test4 test2.txt
mv