Linux下查看压缩文件内容的11种方法
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
查看未解压缩的归档或压缩文件的内容
1、使用 vim 编辑器打开
2、使用 tar 命令查看
tar -tvf test.tar
3、使用 rar v 命令
rar v test.rar
4、使用 unrar 命令
unrar l test.rar
5、使用 zip 命令
zip -sf test.zip
6、使用 unzip 命令
unzip -l test.zip
7、使用 zipinfo 命令
zipinfo test.zip
8、使用 zcat 命令
zcat test.tar.gz
9、使用gunzip 命令
gunzip -c test.tar.gz
10、使用 zless 命令
zless test.tar.gz
11、使用 less 命令
less test.tar.gz
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)