4 useful snippets found.
tar -cvf [归档文件名].tar [目标]
tar -czvf [文件名].tar.gz [目标]
tar -xvf [文件名]
tar -zxvf [文件名]