TarUnpacking: Tar xvf Filename.tarPackage: Tar cvf filename.tar DirName(Note: Tar is packaged, not compressed!) )———————————————. gzDecompression 1:gunzip filename.gzDecompression 2:gzip-d filename.gzCompression: gzip FileName. tar.gzDecompression: Tar zxvf FileName.tar.gzCompression: Tar zcvf FileName.tar.gz DirName———————————————. bz2Decompression 1:bzip2-d filename.bz2Decompression 2:BUNZIP2 filename.bz2Compression: Bzip2-z FileName. tar.bz2Decompression: Tar jxvf FileName.tar.bz2Compression:
Article turned from: http://www.jb51.net/LINUXjishu/105916.html1. Compress the MyData directory below the/home directory to Mydata.zipZip-r Mydata.zip MyData #压缩mydata目录2. Unzip the mydata.zip under the/home directory into the Mydatabak directoryUnzip mydata.zip-d Mydatabak3, the home/home directory below the ABC folder and 123.txt compression becomes abc123.zipZip-r abc123.zip ABC 123.txt4. Extract the Wwwroot.zip from the/home directory directly int
unzip the file via the right-click menu:
Right click on the selected one or more compressed files, in the popup context menu, select "Extract Files ...", in the new "Extract Files" window, set the decompression options, click "OK" to extract the operation. If the extracted files are saved in the current folder, you can also do this by selecting "Extract to Current Folder".
Unzip the file via the main so
1, install ZIP, unzip applicationYum Install zip unzip2, compression and decompression filesThe following commands are all operated under the/home directoryCd/home #进入/home DirectoryA. Compress the MyData directory below the/home directory to Mydata.zipZip-r Mydata.zip MyData #压缩mydata目录B. Unzip the mydata.zip under the/home directory into the Mydatabak directoryUnzip mydata.zip-d MydatabakC, to the home/ho
1. Compress the MyData directory below the/home directory to Mydata.zipZip-r Mydata.zip MyData #压缩mydata目录2. Unzip the mydata.zip under the/home directory into the Mydatabak directoryUnzip mydata.zip-d Mydatabak3, the home/home directory below the ABC folder and 123.txt compression becomes abc123.zipZip-r abc123.zip ABC 123.txt4. Extract the Wwwroot.zip from the/home directory directly into the/home directoryUnzip Wwwroot.zip5, the Home/home directory
Command name: zipFunction Description: Compress the file.Syntax:zip [-acddffghjjkllmoqrstuvvwxyz$][-b >][-ll][-n >][-t >][- >][Compressed Files [file ...] [-i >][-x ;] Note:zip is a widely used compression program that compresses files that have a ". zip" extension. Parameters-A adjusts the executable auto-unzip file.-b> Specifies the directory where files are temporarily stored. -C adds a comment to each compressed file.-d deletes the specifie
not display the instruction execution process.-R recursive processing of all files and subdirectories under the specified directory.-S contains system and hidden files.-t-T checks that each file in the backup file is correct.-U replaces the newer file with the compressed file.-V Displays the instruction execution process or display version information.-V Saves the file properties of the VMS operating system.-W in the file name if the version number, this parameter is only valid under the VMS op
a while, after the decompression is complete, you will see this prompt:If you want to unzip all the files in a subfolder of a compressed folder, for example, if we want to unzip all the files in the subfolder under the compressed H:\ROM, we can switch the working directory to H:\ROM, the command is as follows:
CD/D H:\ROM
After the switch succeeds, you will see a string of words before the cu
This example describes the Python zip and unzip data methods. Share to everyone for your reference. The implementation method is as follows:
# Zipping and unzipping a string using the zlib module# a very large string could be zipped and saved to a file speeding U P File Writing time # and later reloaded and unzipped by another program speeding up reading of the file# tested with Pyth ON24 vegaseat 15aug2005import zlibstr1 = \ "" "Dallas Cowboys foo
From: http://www.ezloo.com/2008/01/linux_zip_unzip.html
The basic usage of the zip command is: Zip [parameter] [file 1] [file 2]
Simple Example:
Pack the testfile in this directory into the test.zip file: Zip test.zip test/*. If an absolute path is used in the file, it is also an absolute path in the compressed file. That is to say, if you zip test.zip/home/test/*, the level is also like this in the compressed file.
Parameter List:
-A converts a file to ASCII mode.
-F try to repair damaged compr
For linux command zip unzip, use zip to compress the file. at the shell prompt, enter the following command: Ghost indicates the file you created, and filesdir indicates that you want to place the new zip file...
For linux command zip unzip, use zip to compress the file. at the shell prompt, enter the following command: zip-r filename.zip filesdir www.2cto.com. In this example, filename.zip represents th
MongoDB client tool unzip vue cracked version attached baidu Network Disk address: pan. baidu. coms1w8OyU overall feeling is a bit similar to mysql-front, as shown below:
MongoDB client tool unzip vue cracked version attached Baidu Network Disk address: http://pan.baidu.com/s/1w8OyU overall feeling and mysql-front is a bit similar, as follows:
MongoDB client tool un
1.zip commandZip-r myfile.zip./*All files and folders under the current directory are compressed into myfile.zip files, and-R indicates that all files in the subdirectory are compressed recursively.2.unzip commandUnzip-o-d/home/sunny Myfile.zipUnzip the Myfile.zip file to/home/sunny/-O: Overwrite the file without prompting;-d:-d/home/sunny indicates that the file is extracted to the/home/sunny directory;3. Otherzip-d Myfile.zip Smart.txtTo delete a sm
Just started using JAR-XVF to decompress also error, suspect jar decompression command there is a problem. Then install the zip-related package to extract or error.Jar Decompression ErrorJAR-XVF Aix.ppc64_11gR2_database_1of2.zipInflated:database/stage/components/oracle.sysman.console.db/11.2.0.1.0/1/datafiles/filegroup4.jarjava.io.EOFException:Unexpected end of ZLIB input streamAt Java.util.zip.InflaterInputStream.fill (inflaterinputstream.java:241)At Java.util.zip.InflaterInputStream.read (infl
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.