标签:lgpl com bash -o gnu download function const gzip
7-Zip 是一款 开源 软件。大多数源码都基于 GNU LGPL 许可协议下公布。
AES 代码基于 BSD 许可下公布。
unRAR 代码基于两种许可:GNU LGPL 和 unRAR 限制许可。中文官网
7z, XZ, ZIP, TAR, BZIP2, GZIP and WIM
ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, RAR, RPM, SquashFS, UDF, VHD, WIM, XAR, Z
sudo apt-get install p7zip
sudo apt-get install p7zip-full #完整版
pacman -S p7zip
7z [adeltux] [-] [SWITCH] …
[poplar@arch Downloads]$ ls test
bag.hpp hashtable.hpp minpq.hpp rbtree.hpp uf.hpp
hashchain.hpp maxpq.hpp queue.hpp stack.hpp
[poplar@arch Downloads]$ 7z a test.7z test
...
Everything is Ok
[poplar@arch Downloads]$
全部支持解压的文件类型都是一样的
[poplar@arch Downloads]$ 7z x test.7z #解压到当前文件夹
[poplar@arch Downloads]$ 7z e test.7z -otmp #加压到当前的tmp
[poplar@arch Downloads]$ 7z l test.7z
[poplar@arch Downloads]$ 7z t test.7z test
[poplar@arch Downloads]$ 7z u test.7z test
删除包里的uf.hpp文件
[poplar@arch Downloads]$ 7z d test.7z uf.hpp -r
标签:lgpl com bash -o gnu download function const gzip
原文地址:http://www.cnblogs.com/yangykaifa/p/7189555.html