
{"id":16414,"date":"2016-01-20T18:14:14","date_gmt":"2016-01-20T18:14:14","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=16414"},"modified":"2016-01-20T18:14:14","modified_gmt":"2016-01-20T18:14:14","slug":"simple-hack-using-the-join-command","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2016\/01\/20\/simple-hack-using-the-join-command\/","title":{"rendered":"simple hack using the &#8220;join&#8221; command"},"content":{"rendered":"<pre>\n$cat name.txt \n1 ram\n2 shyam\n3 raju\n4 biju\n$cat company.txt\n1 google\n2 facebook\n3 twitter\n4 ibm\n$join company.txt name.txt \n1 google ram\n2 facebook shyam\n3 twitter raju\n4 ibm biju\n$join name.txt company.txt\n1 ram google\n2 shyam facebook\n3 raju twitter\n4 biju ibm\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$cat name.txt 1 ram 2 shyam 3 raju 4 biju $cat company.txt 1 google 2 facebook 3 twitter 4 ibm $join company.txt name.txt 1 google ram 2 facebook shyam 3 twitter raju 4 ibm biju $join name.txt company.txt 1 ram google 2 shyam facebook 3 raju twitter 4 biju ibm $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[83],"tags":[984],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16414"}],"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=16414"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16414\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=16414"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=16414"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=16414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}