㈠ shell腳本,批量解壓*.dat.gz命令!
for file in *.dat.gzdotar zxvf $filedone注意把tar匹配成相應的文件格式的解壓程序。
㈡ linux下文件如何解壓sh.gz
這其實是.gz文檔,.sh是shell腳本的後綴。解壓:gunzip xx.sh.gz就可以得到文件:xx.sh