nick %!s(int64=7) %!d(string=hai) anos
pai
achega
ffb8cec72e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      tar-zip-gzip-bzip2-xz.md

+ 4 - 0
tar-zip-gzip-bzip2-xz.md

@@ -1,6 +1,10 @@
 #### tar 打包压缩命令
 
 ```
+tar -cf php.tar php-7.2.6 #打包目录不压缩
+
+tar -xf php.tar #解压目录
+
 tar -czvf filename.tar.gz test #打包 test 目录并使用 gzip 压缩并显示文件信息
 
 tar -xzvf filename.tar.gz #解压 gzip 文件并输出文件信息