1 Star 0 Fork 0

MCai/mca33.gitee.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
[CSDN]linux 7z压缩和解压缩用法 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
MCai 提交于 2023-04-20 18:56 . init
# 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)
## 参考
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mcai33/mca33.gitee.io.git
git@gitee.com:mcai33/mca33.gitee.io.git
mcai33
mca33.gitee.io
mca33.gitee.io
main

搜索帮助