Files
ladybird/Userland/Utilities/gunzip.cpp
Rummskartoffel 5f639493f0 gunzip: Don't truncate output filename when input file suffix is omitted
Before this commit, `$ gunzip abcd` would incorrectly uncompress
`abcd.gz` to `a` instead of to `abcd`.
2022-01-23 20:52:16 +00:00

2.4 KiB