tar命令解压文件报错:stdin has more than one entry
使用tar命令解压.zip文件的时候,遇到如下异常,linuxidc@Ubuntu:~/Documents$ tar -xzvf wls1033_dev.zipgzip: stdin has more than one entry--rest ignoredtar: Child returned status 2tar: Error is not recoverable: exiting nowtar命令是调用了gunzip命令的,对只有一个压缩内容的文件...