当前位置:网站首页>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
边栏推荐
- max-flow min-cut
- Selection of software load balancing and hardware load balancing
- May brush question 01 - array
- Day 5 of MySQL learning
- The replay block of canoe still needs to be combined with CAPL script to make it clear
- Automation sequences of canoe simulation functions
- O & M, let go of monitoring - let go of yourself
- MapReduce instance (IX): reduce end join
- Research and implementation of hospital management inpatient system based on b/s (attached: source code paper SQL file)
- MapReduce instance (IV): natural sorting
猜你喜欢

在CANoe中通过Panel面板控制Test Module 运行(高级)

【深度学习】语义分割:论文阅读(NeurIPS 2021)MaskFormer: per-pixel classification is not all you need

MapReduce instance (VI): inverted index

MapReduce工作机制
![[CV] target detection: derivation of common terms and map evaluation indicators](/img/e8/04cc8336223c0ab2dea5638def88df.jpg)
[CV] target detection: derivation of common terms and map evaluation indicators

How can I take a shortcut to learn C language in college

五月集训总结——来自阿光

听哥一句劝,按这套嵌入式的课程内容和课程体系去学习

If a university wants to choose to study automation, what books can it read in advance?

Mapreduce实例(七):单表join
随机推荐
硬件工程师的真实前途我说出来可能你们不信
C#/. Net phase VI 01C Foundation_ 01: running environment, process of creating new C program, strict case sensitivity, meaning of class library
有软件负载均衡,也有硬件负载均衡,选择哪个?
Cap theory
Several silly built-in functions about relative path / absolute path operation in CAPL script
MapReduce instance (VII): single table join
MapReduce instance (IX): reduce end join
Several ways of MySQL database optimization (pen interview must ask)
在CANoe中通过Panel面板控制Test Module 运行(高级)
What are the models of data modeling
Mapreduce实例(九):Reduce端join
Why is 51+ assembly in college SCM class? Why not come directly to STM32
Nc29 search in two-dimensional array
May brush question 02 - string
Day 5 of MySQL learning
June brush question 02 - string
51单片机进修的一些感悟
What you have to know about network IO model
CANoe下载地址以及CAN Demo 16的下载与激活,并附录所有CANoe软件版本
Basic concepts of libuv