在 linux 系統上,常常會使用到tar命令對文件夾進行打包,以便作文件備份或者轉移位置。 linux
tar
打包:code
tar cvf DirName.tar DirName/
解包:打包
tar xvf FileName.tar