gerbenvoshol / gzinfo

gzinfo is a utility for inspecting and gathering information about gzip-compressed files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gzinfo

gzinfo is a utility for inspecting and gathering information about gzip-compressed files.

Usage

./gzinfo file.gz

Dependencies

  • zlib library

Building from Source

To build the gzinfo utility, ensure you have the zlib library installed on your system. Then, run the following command:

make

Usage Example

./gzinfo example.gz

About

gzinfo is a utility for inspecting and gathering information about gzip-compressed files.

License:The Unlicense


Languages

Language:C 96.0%Language:Makefile 4.0%