码迷,mamicode.com
首页 > 系统相关 > 详细

linux文件批量重命名

时间:2021-01-01 12:31:37      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:this   txt   批量   get   new   efi   tps   batch   repo   

参考:https://www.linuxprobe.com/linux-batch-rename.html

rename ‘s/old/new/‘ this.old
rename ‘s/report/review/‘ *

rename -v ‘s/123/124/‘ *  
status.123 renamed as status.124  
report123.txt renamed as report124.txt 

rename -n ‘s/old/save/‘ *  
rename(logger.man-old, logger.man-save)  
rename(lyrics.txt-old, lyrics.txt-save)  
rename(olderfile-, saveerfile-)  
rename(oldfile, savefile)  

linux文件批量重命名

标签:this   txt   批量   get   new   efi   tps   batch   repo   

原文地址:https://www.cnblogs.com/changechaos/p/14200459.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!