minigzip - minimal implementation of the 'gzip' compression tool
The default operation is compression, decompression can be selected by supplying the -d flag on the commandline.
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, reads from standard input and writes the results of the operation to standard output.
If the -c option is specified, writes the results to standard output and keep the original files unchanged.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |