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
查看全文
相关阅读:
6-5 函数
6-2 触发器
4、MongoDB学习之备份还原
3、MongoDB学习之固定集合
2、MongoDB学习之索引的管理
1、MongoDB学习之基本操作
JS-01
| 和 ||,& 和 && 的区别
正则
设计测试用例的经验总结
原文地址:https://www.cnblogs.com/zhouhbing/p/4319985.html
最新文章
计算机组成原理
IE6不支持first-child的解决方法
Windows_Server_2012_在桌面上显示”我的电脑”图标 以及 开始菜单
Leetcode题目:Minimum Depth of Binary Tree
Leetcode题目:Binary Tree Level Order Traversal
Leetcode题目:Factorial Trailing Zeroes
Leetcode题目:Symmetric Tree
Leetcode题目:Implement Queue using Stacks
Leetcode题目:Balanced Binary Tree
Leetcode题目:Swap Nodes in Pairs
热门文章
Leetcode题目:Reverse Vowels of a String
Leetcode题目:Best Time to Buy and Sell Stock
Leetcode题目:Happy Number
3 head中相关标签
2 HTML结构
1 HTML介绍
7-2 索引原理与慢查询优化(2)
7-1 索引原理与慢查询优化(1)
6-6 流程控制
6-4 存储过程
Copyright © 2011-2022 走看看