您的位置:首页 > 其它

How to decompress a .bz2 file 解压

2016-03-08 03:22 218 查看
Try the following:

bzip2 -d filename.bz2
------------------------------------------------------------------------------------
Note, that this command will not preserve original archive file.

To preserve the original archive, add the -k option:

bzip2 -dk filename.bz2
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: