标签: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
标签:col 括号 nbsp span cond color client div 重命名
原文地址:https://www.cnblogs.com/wangzy-tongq/p/12876890.html