Skip to main content
5 events
when toggle format what by license comment
May 7 at 13:58 history edited jthill CC BY-SA 4.0
added 91 characters in body
Jan 30, 2017 at 19:11 comment added Cyrille Pontvieux Actually it's python -c "import zlib,sys;print(zlib.decompress(sys.stdin.buffer.read()).decode('utf8'))" < $IN, if you expect a utf8 file for instance in Python 3
Feb 21, 2015 at 0:57 history edited Kurt Pfeifle CC BY-SA 3.0
format so that command is readable at once without horizontal scrolling
Apr 9, 2014 at 11:37 comment added Adam Lindberg repr(...) seems to wrap everything in quotes ('...'), so I had to remove it (decompressing a zlib compressed JSON file).
Nov 30, 2011 at 12:34 history answered akira CC BY-SA 3.0