常用命令

cp -r a/ b/

mv -p a/ b/

tar -cvf a.tar a/

tar -xvf a.tar

原文地址:https://www.cnblogs.com/zhaojq1/p/10745444.html