linux 常用命令

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