gunzip (target)
Uncompress files (POSIX, toybox)
Syntax:
gunzip [-cfk] [file...]
Runs on:
QNX OS
Options:
- -c
- Write output to standard output (act as zcat).
- -f
- Force decompression to allow files to read from tty.
- -k
- Keep input files after decompression (default is to remove).
- file
- The pathname of a file that is being decompressed.
Description:
The gunzip utility decompresses files that have been compressed with gzip. If there are no files, gunzip will decompress the standard input to the standard output. On success, the input files are removed and replaced by new files without the .gz suffix.
This utility is provided as part of the toybox package. For information on how to enable it, see toybox.
Contributing author:
Rob Landley and the toybox project (see https://landley.net/toybox/).
Page updated: