gzip的一些选项
时间:2009-04-01 来源:binary_XY.Z
-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
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
相关阅读 更多 +
排行榜 更多 +