Merge pull request #3052 from dirkmueller/gzip_keep

Keep original file if -c or --stdout is given
This commit is contained in:
Nick Terrell
2022-03-28 10:35:21 -07:00
committed by GitHub
4 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ the last one takes effect.
disable input and output checks. Allows overwriting existing files, input
from console, output to stdout, operating on links, block devices, etc.
* `-c`, `--stdout`:
write to standard output (even if it is the console)
write to standard output (even if it is the console); keep original files unchanged.
* `--[no-]sparse`:
enable / disable sparse FS support,
to make files with many zeroes smaller on disk.