You're looking for: gzcat x.txt.gz >x.txt. The gzcat command is equivalent to gunzip -c which simply writes the output stream to stdout .
確定! 回上一頁