Skip to main content
2 of 3
format so that command is readable at once without horizontal scrolling
Kurt Pfeifle
  • 89.1k
  • 24
  • 261
  • 349

pythonic one-liner:

$> python -c "import zlib,sys;print \
           repr(zlib.decompress(sys.stdin.read()))" < $IN
akira
  • 6.1k
  • 30
  • 37