document.write('

使用tar、star、gzip、bzip2归档、压缩、拆包以及解压文件 使用绝对路径并以bzip2格式将/test/remote目录中的内容压缩并归档为remotearchive文件的命令是: tar cjf remotearchive.tar.bz2/test/remote

');