-f --force
Force compression or decompression even if the file has multiple links or the corresponding file already exists, or if the compressed data is read from or written to a terminal. If the input data is not in a format recognized by gzip, and if the option --stdout is also given, copy the input data without change to the standard output: let zcat behave as cat. If -f is not given, and when not running in the back-ground, gzip prompts to verify whether an existing file should be overwritten.
gzip -f *.txt
阅读(1010) | 评论(0) | 转发(0) |