add -k flag to gzip and gunzip
authorsolene <solene@openbsd.org>
Mon, 14 Mar 2022 21:52:08 +0000 (21:52 +0000)
committersolene <solene@openbsd.org>
Mon, 14 Mar 2022 21:52:08 +0000 (21:52 +0000)
commit7610cfa0210336800bfdc161cd83e5ed0f3ee7e5
treeaf04fa6e017373ab9f9d43a29f19efc962d7c2b7
parent2e76b76eecc9d1ad882f74b35f867e3c119a2e89
add -k flag to gzip and gunzip

When using this flag, the input file is kept after
compression or decompression, this makes our gzip
more compatible with the other gzip

changes reworked by jca@, thanks
ok jca@ millert@
usr.bin/compress/gzip.1
usr.bin/compress/main.c