zl程序教程

您现在的位置是:首页 >  后端

当前栏目

tar shell zip

zipshell tar
2023-09-27 14:25:21 时间

tar          打包后生成的文件名全路径                    要打包的目录

tar -czPf xx/script.tar.gz                             xx

 

-c  create new

-z 压缩

-P 绝对路径

-v, --verbose verbosely list files processed