Skip to content

Instantly share code, notes, and snippets.

@DevanB
Created June 3, 2011 17:52
Show Gist options
  • Save DevanB/1006784 to your computer and use it in GitHub Desktop.
Save DevanB/1006784 to your computer and use it in GitHub Desktop.
Devan-Beitels-MacBook:~ devanb$ ruby -rubygems -e 'print Gem.gunzip(File.read("latest_specs.4.8.gz"))' | head -c 40 | hexdump -C
00000000 04 08 5b 02 c6 61 5b 08 22 06 5f 55 3a 11 47 65 |..[..a[."._U:.Ge|
00000010 6d 3a 3a 56 65 72 73 69 6f 6e 5b 06 22 08 31 2e |m::Version[.".1.|
00000020 32 22 09 72 75 62 79 5b |2".ruby[|
00000028
-e:1:in `write': Broken pipe (Errno::EPIPE)
from -e:1:in `print'
from -e:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment