linux 常用命令 爱写代码的渔夫 2021-01-11 174 阅读1分钟 1.cp a.txt b.txt 复制a.txt 另存为b.txt 2.rm -f a.txt 删除a.txt 3.mv a.txt b.txt 把a.txt 改成b.txt