Linux批量更改文件后缀名

centOS

rename .mp4 60.mp4 *.mp4 阐明:找到*.mp4后缀的文件,把.mp4替换成60.mp4

ubuntu

rename 's/\.c/\.h/'  ./*把当前目录下的后缀名为.c的文件更改为.h的文件

加入链接: http://blog.chinaunix.net/uid...