首页 > 其他 > 详细

rename

时间:2016-05-09 18:35:50      阅读: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!