当前位置:网站首页>Compress decompress
Compress decompress
2022-07-06 09:52:00 【XRSec】
Zip
zip -q -r html.zip /home/html unzip file.zip
Tar
tar -cvf jpg.tar *.jpg tar -czf jpg.tar.gz *.jpg tar -cjf jpg.tar.bz2 *.jpg tar -cZf jpg.tar.Z *.jpg tar -xf /root/test.tar.xz -C /root/ tar -cJf openvpn-2.3.5.txz openvpn-2.3.5 tar -xvf file.tar tar -xzvf file.tar.gz tar -xjvf file.tar.bz2 tar -xZvf file.tar.Z tar -cJvf test.tar.xz test/ tar xJvf openvpn-2.3.5.txz
Xz
xz -d abc.xz tar -cvf - openvpn-2.3.5 | xz -zv > openvpn-2.3.5.tar.xz
Rar
rar a jpg.rar *.jpg unrar e file.rar // decompression rar
Gz
gzip -d FileName.gz gzip FileName
Bz2
bzip2 -d FileName.bz2 bunzip2 FileName.bz2 bzip2 -z FileName
边栏推荐
- How does the single chip microcomputer execute the main function from power on reset?
- Take you back to spark ecosystem!
- Full stack development of quartz distributed timed task scheduling cluster
- [Yu Yue education] reference materials of power electronics technology of Jiangxi University of science and technology
- CANoe CAPL文件操作目录合集
- 112 pages of mathematical knowledge sorting! Machine learning - a review of fundamentals of mathematics pptx
- MapReduce工作机制
- MySQL数据库优化的几种方式(笔面试必问)
- [deep learning] semantic segmentation: paper reading: (CVPR 2022) mpvit (cnn+transformer): multipath visual transformer for dense prediction
- 嵌入式中的合作开发--函数指针
猜你喜欢
MapReduce instance (VIII): Map end join
Several silly built-in functions about relative path / absolute path operation in CAPL script
O & M, let go of monitoring - let go of yourself
[CV] target detection: derivation of common terms and map evaluation indicators
Teach you how to write the first MCU program hand in hand
在CANoe中通过Panel面板控制Test Module 运行(高级)
MapReduce instance (VI): inverted index
Mapreduce实例(八):Map端join
Hero League rotation chart manual rotation
【深度学习】语义分割-源代码汇总
随机推荐
单片机实现模块化编程:思维+实例+系统教程(实用程度令人发指)
June brush question 01 - array
CAPL 脚本打印函数 write ,writeEx ,writeLineEx ,writeToLog ,writeToLogEx ,writeDbgLevel 你真的分的清楚什么情况下用哪个吗?
VH6501学习系列文章
Which is the better prospect for mechanical engineer or Electrical Engineer?
Hugo blog graphical writing tool -- QT practice
068.查找插入位置--二分查找
Interview shock 62: what are the precautions for group by?
Take you back to spark ecosystem!
What you have to know about network IO model
Hero League rotation map automatic rotation
[deep learning] semantic segmentation - source code summary
Compilation of libwebsocket
Regular expressions are actually very simple
A wave of open source notebooks is coming
【深度学习】语义分割-源代码汇总
Workflow - activiti7 environment setup
Contrôle de l'exécution du module d'essai par panneau dans Canoe (primaire)
Several silly built-in functions about relative path / absolute path operation in CAPL script
Control the operation of the test module through the panel in canoe (Advanced)