中华考试网·阅读新闻
编程开发 > JAVA > 文章内容

JAVA编程课堂笔记(5)

2015-12-8编辑:ljnbset

打包备份与恢复(相当于winrar)

 1) tar打包:

    tar -cf workspace.tar workspace ....

    gzip workspace.tar

    或:

    tar -czvf workspace.tar.gz workspace ....

  释放到当前件夹:

    tar -xzvf workspace.tar.gz  (Linux)

    或:

    gzip -d workspace.tar.gz

    tar -xf workspace.tar

 2) zip 打包与释放:

   zip -r file.zip file1 file2 file3 ...

   unzip file.zip

JAVA编程课堂笔记(4)
咨询热线:4000-525-585(免长途费)