rename可以用来批量重命名。
The rename command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
使用格式:
rename [options] expression replacement file
即:
rename 原字符串 新字符串 文件
rename可以用来批量重命名。
The rename command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
使用格式:
rename [options] expression replacement file
即:
rename 原字符串 新字符串 文件