zoukankan
html css js c++ java
查看压缩包内容tar -tf
linux 压缩文件内容查看
分类:
Linux
| 标签:
linux
压缩文件内容查看
2012-03-14 22:01阅读(
1243)
评论(
0)
1. zipinfo
执行zipinfo指令可得知zip压缩文件的详细信息
。
2. zcat
读取*.gz文件内容。
3. bzcat
读取*.bz2文件内容。
4. tar tf *.tar
tar tzf *.tar.gz
tar tjf *.tar.bz2
5. unrar v *.rar
6. rpm qpl *.rpm
查看全文
相关阅读:
第8.13节 Python类中内置方法__repr__详解
Python中splitlines方法判断文本中一行结束除了回车换行符是否还有其他字符?
Python中使用eval执行下面函数的结果怎么是字符串'10020'?
第8.12节 Python类中使用__dict__定义实例变量和方法
ThinkPHP---thinkphp拓展之空操作
ThinkPHP---TP功能类之邮件
ThinkPHP---案例--实现知识管理功能
ThinkPHP---TP功能类之公文管理功能2----------继续完善
ThinkPHP---TP拓展之获取IP信息
ThinkPHP---layer插件
原文地址:https://www.cnblogs.com/zhouhbing/p/4319985.html
最新文章
cocos2d-x游戏开发系列教程-超级玛丽07-CMGameMap(三)-按键处理
cocos2d-x游戏开发系列教程-超级玛丽07-CMGameMap(二)
cocos2dx进阶学习之CCSpriteBatchNode
Android远程图片获取和本地缓存
AIX 6.1 Oracle 10G 数据库GoldenGate实施
导出查询结果到csv文件
ORA-16014 ORA-00312
ORA-01153 an incompatible media recovery is active
ORA-01665 control file is not a standby control file
ORA-16009 remote archive log destination must be a STANDBY database
热门文章
ORA-01033: ORACLE initialization or shutdown in progress
redhat6.5安装10201解决办法
rhel5安装 oracle11
rhel5安装 oracle10
第8.14节 Python类中内置方法__str__详解
关于博客更新风格变化的说明
Python中判断字符串是否为数字的三个方法isdecimal 、isdigit、isnumeric的差别
Python中判断一个中文是否中文数字的方法
Python中判断字符串是否为数字、字母、标识符、浮点数、大小写、可打印的方法
第8.13节 Python类中内置方法__repr__详解
Copyright © 2011-2022 走看看