Linux Shell 批量重命名的方法 1、删除所有的 .bak 后缀:rename ‘s/.bak$//’ *.bak 2、把 .jpe 文件后缀修改为 .jpg:rename ‘s/.jpe$/.jp … Continue reading Linux Shell 批量重命名的方法