gzip没有-o选项

时间:2019-07-15 23:16:12

标签: gzip gunzip

我只想向大家确认我对gunzip的理解。我正在使用Centos 7

因此,当我执行gzip --help时,没有看到-o选项,即无法输出到新文件名。

我可以通过以下方式做到这一点:

1. gunzip -c test.gz > test.txt        # this will redirect the stdout to my file
2. gunzip test.gz && mv test test.txt  # rename it after decompress completes.

我想知道是否可以使用-o选项或等效方法解压缩为新文件名?

0 个答案:

没有答案