代码拉取完成,页面将自动刷新
# Ubuntu(linux) 7z压缩和解压缩命令
[TOC]
## 环境
- HOST OS:Ubuntu 20.04.4 on VMware
## 内容
#### 安装
```bash
sudo apt install p7zip
```
安装后输入以下命令,得到版本信息确认安装成功
```bash
7zr
```
![image-20220730085852854](http://mcai.oss-cn-shenzhen.aliyuncs.com/img/image-20220730085852854.png)
> Usage: 7za <command> [<switches>...] <archive_name> [<file_names>...]
> [<@listfiles...>]
>
> <Commands>
> a : Add files to archive
> b : Benchmark
> d : Delete files from archive
> e : Extract files from archive (without using directory names)
> h : Calculate hash values for files
> i : Show information about supported formats
> l : List contents of archive
> rn : Rename files in archive
> t : Test integrity of archive
> u : Update files to archive
> x : eXtract files with full paths
#### 压缩命令
将files文件夹和其下的2个文件压缩为a.7z
```
7zr a a.7z files/
```
![image-20220730092937894](http://mcai.oss-cn-shenzhen.aliyuncs.com/img/image-20220730092937894.png)
#### 解压缩命令
将a.7z解压缩到当前文件夹
```
7zr x a.7z
```
![image-20220730093119290](http://mcai.oss-cn-shenzhen.aliyuncs.com/img/image-20220730093119290.png)
## 参考
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。