Decompress files.
Synopsis
gunzip [OPTION]... [FILE]...
Description
Decompress gzip-compressed files. The .gz extension is removed. Runs in the just-bash WASM shell inside SLICC.
Options
-k, --keep Keep (don't delete) compressed files.
-c, --stdout Write on standard output, keep original files.
Examples
$ gunzip file.txt.gz
Decompress to file.txt.
Notes
Operates on the SLICC virtual filesystem (LightningFS/IndexedDB). Equivalent to gzip -d.
See Also
gzip, tar