python 压缩文件或文件夹
python 压缩文件或文件夹 from shutil import make_archive make_archive("zipfile", "zip"
...Read more...
数人世相逢,百年欢笑.
python 压缩文件或文件夹 from shutil import make_archive make_archive("zipfile", "zip"
...Read more...
tar 利用多核压缩并排除目录 # pigz 默认自动识别 cpu 核数 apt install pigz # 下面为脚本, 压缩不用 z 参数, p 参数放在 f 参数前面 cd /home
...Read more...
今天把 mac 更新到 EI capitan ,总大小6.08G,从 app store 里提取出来,存到网盘里有限制。所以想到压缩分割存储。 压缩分割 tar czvpf
...Read more...