当前位置:网站首页>Detailed explanation of gzip and gunzip decompression parameters
Detailed explanation of gzip and gunzip decompression parameters
2022-04-23 16:08:00 【Learning is boundless, happy to make a boat】
Linux How to compress and keep source files : gzip –c filename > filename.gz
Linux How to unzip and keep the source file : gunzip –c filename.gz > filename gunzip Usage of
1 effect gunzip The function of the command is to extract the file , Permissions are all users .
Linux How to compress and keep source files :
gzip –c filename > filename.gz
Linux How to unzip and keep the source file :
gunzip –c filename.gz > filename
gunzip Usage of
1. effect
gunzip The function of the command is to extract the file , Permissions are all users .
2. Format
gunzip [-acfhlLnNqrtvV][-s ][ file ...]
perhaps gunzip [-acfhlLnNqrtvV][-s ][ Catalog ]
3. main parameter
-a or --ascii: Use ASCII Text mode .
-c or --stdout or --to-stdout: Output the extracted file to the standard output device .
-f or -force: Force unpack compressed file , Regardless of the file name or hard connection , And whether the file is a symbolic connection .
-h or --help: Online Help .
-l or --list: List information about compressed files .
-L or --license: Display version and copyright information .
-n or --no-name: Decompression time , If the compressed file contains the original file name and time stamp , It will be ignored .
-N or --name: Decompression time , If the compressed file contains the original file name and time stamp , Save it back to the unwrapped file .
-q or --quiet: Do not display warning messages .
-r or --recursive: Recursive processing , Handle all files and subdirectories under the specified directory together .
-S or --suffix: Change the compressed suffix string .
-t or --test: Test whether the compressed file is correct .
-v or --verbose: Display during execution of instructions .
-V or --version: Display version information .
4. explain
gunzip Is a widely used decompression program , It's used to unravel gzip Compressed files , These compressed files have a default last extension of “.gz”. in fact ,gunzip Namely gzip The hard connection of , So whether it's compression or decompression , All available gzip Complete the instruction alone .
版权声明
本文为[Learning is boundless, happy to make a boat]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231403594590.html
边栏推荐
- utils. Deprecated in35 may be cancelled due to upgrade. What should I do
- 力扣-198.打家劫舍
- How important is the operation and maintenance process? I heard it can save 2 million a year?
- 如何进行应用安全测试(AST)
- Day (3) of picking up matlab
- C, calculation method and source program of bell number
- 保姆级Anaconda安装教程
- Download and install mongodb
- 捡起MATLAB的第(2)天
- 5分钟,把你的Excel变成在线数据库,神奇的魔方网表excel数据库
猜你喜欢
Countdown 1 day ~ 2022 online conference of cloud disaster tolerance products is about to begin
Homewbrew installation, common commands and installation path
ESP32编译环境的搭建
C language self compiled string processing function - string segmentation, string filling, etc
Spark 算子之coalesce与repartition
Gartner predicts that the scale of cloud migration will increase significantly; What are the advantages of cloud migration?
You need to know about cloud disaster recovery
How can poor areas without networks have money to build networks?
How to upgrade openstack across versions
Coalesce and repartition of spark operators
随机推荐
What does cloud disaster tolerance mean? What is the difference between cloud disaster tolerance and traditional disaster tolerance?
The most detailed Backpack issues!!!
Solution to the fourth "intelligence Cup" National College Students' IT skills competition (group B of the final)
MySQL - MySQL查询语句的执行过程
Sort by character occurrence frequency 451
JVM - Chapter 2 - class loader subsystem
linux上启动oracle服务
Compile, connect -- Notes
leetcode-396 旋转函数
面试题 17.10. 主要元素
How important is the operation and maintenance process? I heard it can save 2 million a year?
PS add texture to picture
一文掌握vscode远程gdb调试
[section 5 if and for]
Best practice of cloud migration in education industry: Haiyun Jiexun uses hypermotion cloud migration products to implement progressive migration for a university in Beijing, with a success rate of 1
Day (5) of picking up matlab
299. Number guessing game
GRBL学习(二)
TIA博图——基本操作
Spark 算子之groupBy使用