On 2/23/21 2:45 AM, 積丹尼 Dan Jacobson wrote:
To extract a zip file with a single member, use a command like gunzip <foo.zip or gunzip -S .zip foo.zip....
$ touch /tmp/e.zip $ gunzip /tmp/e.zip gzip: /tmp/e.zip: unknown suffix -- ignored
You didn't follow the instructions that you quoted.