#!/bin/bashfor file in ./*.tar.gz? ? ? ? do? ? ? ? ? ? ? ? tar -zxf $file & > /dev/null? ? ? ? done 查看完整描述