后缀为zip/ZIP: unzip -o *.zip 后缀为rar/RAR: unrar x -o+ *.rar 后缀为tar.gz: gzip -d *.tar.gz && tar xvf *.tar 或者直接tar xvf *.tar.gz应该也是可以的。