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

cp 花括号备份{}

时间:2020-05-12 16:46:41      阅读:55      评论:0      收藏:0      [点我收藏+]

标签:col   括号   nbsp   span   cond   color   client   div   重命名   

这个命令个人觉得比较方便。记下来方便下次忘记时使用

[root@Client ~]# ls
43_12.txt  anaconda-ks.cfg  ce.sh
[root@Client ~]# 
[root@Client ~]# cp ce.sh{,.bak}       #备份成.bak模式
[root@Client ~]# ls
43_12.txt  anaconda-ks.cfg  ce.sh  ce.sh.bak
[root@Client ~]# 
[root@Client ~]# cp ce.sh{,-beifen}    #备份成-bak模式
[root@Client ~]# ls
43_12.txt  anaconda-ks.cfg  ce.sh  ce.sh.bak  ce.sh-beifen

 [root@Client ~]# mv ce.sh{,-bak}    #用来重命名
  [root@Client ~]# ls
  43_12.txt anaconda-ks.cfg ce.sh-bak

 

cp 花括号备份{}

标签:col   括号   nbsp   span   cond   color   client   div   重命名   

原文地址:https://www.cnblogs.com/wangzy-tongq/p/12876890.html

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