Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Linux basic command-bzcat

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

bzcat

Unzip the bzip2 compressed file and extract the file to standard output. This command has only one option-s. This directive has no meaning for compressed binary files because binary files are not readable.

This command applies to Red Hat, RHEL, Ubuntu, CentOS, SUSE, openSUSE, Fedora.

1. Grammar

bzcat [-s] file

2. Option list

option

description

-s

Reduce program runtime memory usage

3. Examples

Extract files to standard output

[root@localhost weijie]# cat 2.c

123

23

212

[root@localhost weijie]# bzcat -s 2.c.bz2 //extract files to standard output

123

23

212

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report