GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MINIGZIP(1) FreeBSD General Commands Manual MINIGZIP(1)

minigzip
minimal implementation of the 'gzip' compression tool

minigzip [-cd] [file ...]

The minigzip utility is a minimal implementation of the gzip(1) utility. It supports compression and decompression of individual files, as well as streaming compression and decompression via standard input and output.

The default operation is compression, decompression can be selected by supplying the -d flag on the command line.

If any file arguments are supplied, the operation is performed on each file separately. Compression replaces the original file with one having a .gz suffix. Decompression will remove a .gz suffix if one is present.

If no file arguments are supplied, minigzip reads from standard input and writes the results of the operation to standard output.

If the -c option is specified, minigzip writes the results to standard output and keep the original files unchanged.

gzip(1)

The minigzip utility was written by Jean-loup Gailly.
May 22, 2012 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.