码迷,mamicode.com
首页 > 其他好文 > 详细

rename

时间:2016-05-09 18:37:43      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:

批量去掉字母b:
[root@bogon
~]# ls a_b_1.txt a_b_2.txt a_b_3.txt a_b_4.txt a_b_5.txt a_b_6.txt [root@bogon ~]# rename "b" "" *.txt [root@bogon ~]# ls a__1.txt a__2.txt a__3.txt a__4.txt a__5.txt a__6.txt

 

rename

标签:

原文地址:http://www.cnblogs.com/tangshengwei/p/5474716.html

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