python2 -c 'import sys,zlib; sys.stdout.write(zlib.compress(sys.stdin.read()))' > /tmp/data ). 现在,我想解压缩shell中的数据。既不 zcat 也不 uncompress ...
確定! 回上一頁