Easily find issues by searching: #<Issue ID>
Example: #1832
Easily find members by searching in: <username>, <first name> and <last name>.
Example: Search smith, will return results smith and adamsmith
Aqua Data Studio / nhilam |
Follow
827
|
\gzip | |
Compresses or decompresses files using GZIP algorithm. | |
Syntax | |
\gzip [-d] file ... |
|
Description | |
\gzip reduces the size of named files using the GZIP algorithm. A new file is created for each FILE with the extension .gz added. |
|
Options | |
-d Applies decompression to the named files. |
|
Example | |
To package a set of files in a directory into a file with .gz extension using the \gzip command: \gzip doc1.txt doc2.txt doc3.txt |
|
To decompress the file, use the -d option: \gzip -d doc3.txt.gz |
|
To decompress all the files with with .gz extension: \gzip -d *.gz |
|
See Also | |
\gunzip |
About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017