[Linux] 使用rename批量重命名文件

例如把所有png文件的后缀改为jpg

$ rename 's/png/jpg/' *png

 

posted @ 2018-01-25 10:23  焦距  阅读(239)  评论(0编辑  收藏  举报