热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

ubuntu指令:bunzip2k

https:www.cnblogs.comftl1012p9255955.html我是为了弄懂如下指令写的这个博客$bzip2-knoarchrepodata.json常用指令

https://www.cnblogs.com/ftl1012/p/9255955.html

我是为了弄懂如下指令写的这个博客
$ bzip2 -k noarch/repodata.json

常用指令:

压缩文件: bzip2 -k messages

解压文件: bunzip2 messages.bz2

bzip常见命令参数


1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

usage: bzip2 [flags and input files in any order]

 

-h --help           print this message

-d --decompress     force decompression

-z --compress       force compression

-k --keep           keep (don't delete) input files

-f --force          overwrite existing output files

-t --test           test compressed file integrity

-c --stdout         output to standard out

-q --quiet          suppress noncritical error messages

-v --verbose        be verbose (a 2nd -v gives more)

-L --license        display software version & license

-V --version        display software version & license

-s --small          use less memory (at most 2500k)

-1 .. -9            set block size to 100k .. 900k

--fast              alias for -1

--best              alias for –9

 

-k --keep           keep (don't delete) input files
 

 

Linux bzip / bunzip2命令是.bz2文件的解压缩程序。

bunzip2可解压缩.bz2格式的压缩文件。
bunzip2实际上是bzip2的符号连接,
执行bunzip2与bzip2 -d的效果相同。

 


 

 


推荐阅读
author-avatar
mobiledu2502890433
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有