风之空灵
技术笔记---记载学到技术的点点滴滴
8/06/2018
Adding .list to all file in one folder
Adding ".list" to all file in one folder
rename 's/$/.list/g' *
If you would like to add prefix, here is the command:
rename 's/^/pre_/g' *
较新的博文
较旧的博文
主页
订阅:
评论 (Atom)