Loading

Linux命令之乐--rename

用来修改文件名、重命名文件,批量重命名文件rename是最好的选择。

用法:rename from to files...

[root@Director test]# ls
a_01  a_02
[root@Director test]# rename a b a_*
[root@Director test]# ls
b_01  b_02

 

posted @ 2016-08-06 18:41  头痛不头痛  阅读(309)  评论(0)    收藏  举报