
{"id":14139,"date":"2013-08-18T21:54:32","date_gmt":"2013-08-18T21:54:32","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=14139"},"modified":"2013-08-18T21:54:32","modified_gmt":"2013-08-18T21:54:32","slug":"hexdump-hd-ascii-decimal-hexadecimal-octal-dump","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/08\/18\/hexdump-hd-ascii-decimal-hexadecimal-octal-dump\/","title":{"rendered":"hexdump, hd \u2014 ASCII, decimal, hexadecimal, octal dump"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\n$echo a &gt; hex.txt\n$hexdump hex.txt\n0000000 0a61\n0000002\n$\n$echo b  &gt; hex.txt\n$hexdump hex.txt\n0000000 0a62\n0000002\n$echo ab  &gt; hex.txt\n$\n$hexdump hex.txt\n0000000 6261 000a\n0000003\n$echo &gt; hex.txt\n$hexdump hex.txt\n0000000 000a\n0000001\n$echo abc &gt; hex.txt\n$hexdump hex.txt\n0000000 6261 0a63\n0000004\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $echo a &gt; hex.txt $hexdump hex.txt 0000000 0a61 0000002 $ $echo b &gt; hex.txt $hexdump hex.txt 0000000 0a62 0000002 $echo ab &gt; hex.txt $ $hexdump hex.txt 0000000 6261 000a 0000003 $echo &gt; hex.txt $hexdump hex.txt 0000000 000a 0000001 $echo abc &gt; hex.txt $hexdump hex.txt 0000000 6261 0a63 0000004 $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/14139"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=14139"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/14139\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=14139"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=14139"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=14139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}