linux下rename用法
2021-02-15 本文已影响0人
蜘蛛鱼
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 原字符串 新字符串 文件