goutils/cmd/kgz
Kyle Isom f6d227946b Get rid of bazel.
Good riddance. More of a headache than it's worth.
2024-05-19 20:24:38 -07:00
..
README Add kgz, a gzip tool. 2018-09-15 15:08:37 -07:00
main.go Add missing format arg. 2018-09-15 16:49:46 -07:00

README

kgz

kgz is like gzip, but supports compressing and decompressing to a different
directory than the source file is in.

Usage: kgz [-l] source [target]

If target is a directory, the basename of the sourcefile will be used
as the target filename. Compression and decompression is selected
based on whether the source filename ends in ".gz".

Flags:
	-l level	Compression level (0-9). Only meaninful when
			compressing a file.