使用rename 在文件名中添加前缀
Hujiuxiang
・1 分钟阅读
在文件名中添加前缀
rename 's/^/prefix/' *
最好先尝试n标志,然后预览