解压缩大的tgz或者zip文件unzip big tgz file 2012-12-03 ~ admin could try gzip -cd sequence.tgz > seq.txt or tar -xzf sequence.tgzgzip -cd sequence.tgz > seq.txt or tar -xzf sequence.tgz 分享至FacebookPinterest打印赞过:赞 正在加载…… 相关 发布者:admin 查看 admin 发布的所有文章
BTW, you can decompress gzipped files using unpigz in parallel, which is lightening-fast, if you have a multi-core computer. 回复
BTW, you can decompress gzipped files using unpigz in parallel, which is lightening-fast, if you have a multi-core computer.